Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
Dmsg.h78 #define LINK_PROTOCOL 7 macro
971 case LINK_PROTOCOL: in msg_bc_ack_invalid()
1125 if (likely(msg_user(m) != LINK_PROTOCOL)) in msg_peer_link_is_up()
1141 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.c1083 if (user == LINK_PROTOCOL && msg_type(hdr) == STATE_MSG) { in tipc_ehdr_build()
1084 ehdr->user = LINK_PROTOCOL; in tipc_ehdr_build()
1715 if (user == LINK_CONFIG || user == LINK_PROTOCOL) in tipc_crypto_xmit()
1731 (user == LINK_PROTOCOL && type == RESET_MSG) || in tipc_crypto_xmit()
Dnode.c1641 case LINK_PROTOCOL: in tipc_lxc_xmit()
1962 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state()
2038 if (usr == LINK_PROTOCOL) in tipc_node_check_state()
2112 if (unlikely(usr == LINK_PROTOCOL)) { in tipc_rcv()
Dlink.c1760 if (unlikely(msg_user(hdr) == LINK_PROTOCOL)) in tipc_link_rcv()
1845 skb = tipc_msg_create(LINK_PROTOCOL, mtyp, INT_H_SIZE, in tipc_link_build_proto_msg()
2124 if (msg_user(hdr) != LINK_PROTOCOL) in tipc_link_validate_msg()