Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dmsg.h78 #define LINK_PROTOCOL 7 macro
948 case LINK_PROTOCOL: in msg_bc_ack_invalid()
1102 if (likely(msg_user(m) != LINK_PROTOCOL)) in msg_peer_link_is_up()
1118 return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) == RESET_MSG); in msg_is_reset()
Dtrace.c79 case LINK_PROTOCOL: in tipc_skb_dump()
Dcrypto.c1079 if (user == LINK_PROTOCOL && msg_type(hdr) == STATE_MSG) { in tipc_ehdr_build()
1080 ehdr->user = LINK_PROTOCOL; in tipc_ehdr_build()
1711 if (user == LINK_CONFIG || user == LINK_PROTOCOL) in tipc_crypto_xmit()
1727 (user == LINK_PROTOCOL && type == RESET_MSG) || in tipc_crypto_xmit()
Dnode.c1670 case LINK_PROTOCOL: in tipc_lxc_xmit()
1993 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state()
2069 if (usr == LINK_PROTOCOL) in tipc_node_check_state()
2143 if (unlikely(usr == LINK_PROTOCOL)) { in tipc_rcv()
Dlink.c1796 if (unlikely(msg_user(hdr) == LINK_PROTOCOL)) in tipc_link_rcv()
1881 skb = tipc_msg_create(LINK_PROTOCOL, mtyp, INT_H_SIZE, in tipc_link_build_proto_msg()
2160 if (msg_user(hdr) != LINK_PROTOCOL) in tipc_link_validate_msg()