Home
last modified time | relevance | path

Searched refs:LINK_CONFIG (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/tipc/
H A Dcrypto.c991 return (ehdr->user != LINK_CONFIG) ? EHDR_SIZE : EHDR_CFG_SIZE; in tipc_ehdr_size()
1041 ehsz = (user != LINK_CONFIG) ? EHDR_SIZE : EHDR_CFG_SIZE; in tipc_ehdr_build()
1074 case LINK_CONFIG: in tipc_ehdr_build()
1075 ehdr->user = LINK_CONFIG; in tipc_ehdr_build()
1711 if (user == LINK_CONFIG || user == LINK_PROTOCOL) in tipc_crypto_xmit()
1726 if (user == LINK_CONFIG || in tipc_crypto_xmit()
1920 WARN_ON(ehdr->user != LINK_CONFIG); in tipc_crypto_rcv_complete()
H A Ddiscover.c89 tipc_msg_init(tn->trial_addr, hdr, LINK_CONFIG, mtyp, in tipc_disc_init_msg()
H A Dudp_media.c394 if (unlikely(msg_user(hdr) == LINK_CONFIG)) { in tipc_udp_recv()
H A Dmsg.h84 #define LINK_CONFIG 13 macro
H A Dnode.c2103 if (likely(ehdr->user != LINK_CONFIG)) { in tipc_rcv()
2127 if (unlikely(usr == LINK_CONFIG)) in tipc_rcv()