Searched refs:LINK_CONFIG (Results 1 – 5 of 5) sorted by relevance
1002 return (ehdr->user != LINK_CONFIG) ? EHDR_SIZE : EHDR_CFG_SIZE; in tipc_ehdr_size()1052 ehsz = (user != LINK_CONFIG) ? EHDR_SIZE : EHDR_CFG_SIZE; in tipc_ehdr_build()1085 case LINK_CONFIG: in tipc_ehdr_build()1086 ehdr->user = LINK_CONFIG; in tipc_ehdr_build()1722 if (user == LINK_CONFIG || user == LINK_PROTOCOL) in tipc_crypto_xmit()1737 if (user == LINK_CONFIG || in tipc_crypto_xmit()1931 WARN_ON(ehdr->user != LINK_CONFIG); in tipc_crypto_rcv_complete()
89 tipc_msg_init(tn->trial_addr, hdr, LINK_CONFIG, mtyp, in tipc_disc_init_msg()
394 if (unlikely(msg_user(hdr) == LINK_CONFIG)) { in tipc_udp_recv()
84 #define LINK_CONFIG 13 macro
2089 if (likely(ehdr->user != LINK_CONFIG)) { in tipc_rcv()2112 if (unlikely(usr == LINK_CONFIG)) in tipc_rcv()
Completed in 20 milliseconds