Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dmsg.h74 #define LINK_PROTOCOL 7 macro
768 if (likely(msg_user(m) != LINK_PROTOCOL)) in msg_peer_link_is_up()
Dnode.c1193 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state()
1257 if (usr == LINK_PROTOCOL) in tipc_node_check_state()
1305 if (unlikely(usr == LINK_PROTOCOL)) in tipc_rcv()
Dudp_media.c229 if ((usr == LINK_PROTOCOL) || (usr == NAME_DISTRIBUTOR)) in tipc_udp_recv()
Dlink.c276 tipc_msg_init(ownnode, hdr, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, peer); in tipc_link_create()
1038 if (unlikely(msg_user(hdr) == LINK_PROTOCOL)) in tipc_link_rcv()