Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dmsg.c389 if (unlikely(msg_user(msg) == BCAST_PROTOCOL)) in tipc_msg_bundle()
474 if (msg_user(msg) == BCAST_PROTOCOL) in tipc_msg_make_bundle()
Dmsg.h76 #define BCAST_PROTOCOL 5 macro
764 case BCAST_PROTOCOL: in msg_bc_ack_invalid()
Dbcast.c345 if (msg_user(hdr) == BCAST_PROTOCOL) in tipc_bcast_rcv()
Dlink.c1105 case BCAST_PROTOCOL: in tipc_data_input()
1166 } else if (usr == BCAST_PROTOCOL) { in tipc_link_input()
1677 skb = tipc_msg_create(BCAST_PROTOCOL, STATE_MSG, INT_H_SIZE, in tipc_link_build_bc_proto_msg()
1720 if (msg_user(hdr) == BCAST_PROTOCOL) { in tipc_link_bc_init_rcv()
Dnode.c1517 if ((usr == BCAST_PROTOCOL) && (dnode != tipc_own_addr(net))) in tipc_node_bc_rcv()