Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dmsg.c364 if (unlikely(msg_user(msg) == BCAST_PROTOCOL)) in tipc_msg_bundle()
444 if (msg_user(msg) == BCAST_PROTOCOL) in tipc_msg_make_bundle()
Dlink.c881 case BCAST_PROTOCOL: in tipc_data_input()
942 } else if (usr == BCAST_PROTOCOL) { in tipc_link_input()
1348 skb = tipc_msg_create(BCAST_PROTOCOL, STATE_MSG, INT_H_SIZE, in tipc_link_build_bc_proto_msg()
1390 if (msg_user(hdr) == BCAST_PROTOCOL) { in tipc_link_bc_init_rcv()
Dbcast.c231 if (msg_user(hdr) == BCAST_PROTOCOL) in tipc_bcast_rcv()
Dmsg.h72 #define BCAST_PROTOCOL 5 macro
Dnode.c1100 if ((usr == BCAST_PROTOCOL) && (dnode != tipc_own_addr(net))) in tipc_node_bc_rcv()