Lines Matching refs:usr
1093 int usr = msg_user(hdr); in tipc_node_bc_rcv() local
1100 if ((usr == BCAST_PROTOCOL) && (dnode != tipc_own_addr(net))) in tipc_node_bc_rcv()
1149 int usr = msg_user(hdr); in tipc_node_check_state() local
1166 if (likely((state == SELF_UP_PEER_UP) && (usr != TUNNEL_PROTOCOL))) in tipc_node_check_state()
1193 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state()
1197 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state()
1224 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state()
1255 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()
1257 if (usr == LINK_PROTOCOL) in tipc_node_check_state()
1278 int usr = msg_user(hdr); in tipc_rcv() local
1292 if (unlikely(usr == LINK_CONFIG)) in tipc_rcv()
1305 if (unlikely(usr == LINK_PROTOCOL)) in tipc_rcv()