Searched refs:LINK_PROTOCOL (Results 1 – 3 of 3) sorted by relevance
222 if ((usr == LINK_PROTOCOL) || (usr == NAME_DISTRIBUTOR)) in tipc_udp_recv()
272 tipc_msg_init(tn->own_addr, msg, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, in tipc_link_create()1085 msg_user(msg) == LINK_PROTOCOL && in tipc_rcv()1120 if (msg_user(msg) == LINK_PROTOCOL) { in tipc_rcv()1310 if (likely(msg_user(buf_msg(buf)) == LINK_PROTOCOL)) { in link_handle_out_of_seq_msg()
73 #define LINK_PROTOCOL 7 macro