Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dmsg.h78 #define LINK_PROTOCOL 7 macro
766 case LINK_PROTOCOL: in msg_bc_ack_invalid()
910 if (likely(msg_user(m) != LINK_PROTOCOL)) in msg_peer_link_is_up()
926 return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) == RESET_MSG); in msg_is_reset()
Dlink.c1280 if (unlikely(msg_user(hdr) == LINK_PROTOCOL)) in tipc_link_rcv()
1354 skb = tipc_msg_create(LINK_PROTOCOL, mtyp, INT_H_SIZE, in tipc_link_build_proto_msg()
1509 if (msg_user(hdr) != LINK_PROTOCOL) in tipc_link_validate_msg()
Dnode.c1611 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state()
1680 if (usr == LINK_PROTOCOL) in tipc_node_check_state()
1735 if (unlikely(usr == LINK_PROTOCOL)) in tipc_rcv()