Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dudp_media.c222 if ((usr == LINK_PROTOCOL) || (usr == NAME_DISTRIBUTOR)) in tipc_udp_recv()
Dlink.c272 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()
Dmsg.h73 #define LINK_PROTOCOL 7 macro