Searched refs:BCAST_PROTOCOL (Results 1 – 3 of 3) sorted by relevance
127 case BCAST_PROTOCOL: in tipc_msg_dbg()345 if (msg_user(msg) == BCAST_PROTOCOL) { in tipc_msg_dbg()
319 tipc_msg_init(msg, BCAST_PROTOCOL, STATE_MSG, in tipc_bclink_update_link_state()447 if (unlikely(msg_user(msg) == BCAST_PROTOCOL)) { in tipc_bclink_recv_pkt()
446 #define BCAST_PROTOCOL 5 macro