Home
last modified time | relevance | path

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

/net/tipc/
Dmsg.c448 if (unlikely(msg_user(msg) == BCAST_PROTOCOL)) in tipc_msg_bundle()
533 if (msg_user(msg) == BCAST_PROTOCOL) in tipc_msg_make_bundle()
Dmsg.h76 #define BCAST_PROTOCOL 5 macro
854 case BCAST_PROTOCOL: in msg_bc_ack_invalid()
Dlink.c1205 case BCAST_PROTOCOL: in tipc_data_input()
1246 } else if (usr == BCAST_PROTOCOL) { in tipc_link_input()
2099 skb = tipc_msg_create(BCAST_PROTOCOL, STATE_MSG, INT_H_SIZE, in tipc_link_build_bc_proto_msg()
2142 if (msg_user(hdr) == BCAST_PROTOCOL) { in tipc_link_bc_init_rcv()
Dbcast.c444 if (msg_user(hdr) == BCAST_PROTOCOL) in tipc_bcast_rcv()
Dnode.c1604 if ((usr == BCAST_PROTOCOL) && (dnode != tipc_own_addr(net))) in tipc_node_bc_rcv()