Lines Matching refs:usr
1876 int usr = msg_user(hdr); in tipc_node_bc_rcv() local
1883 if ((usr == BCAST_PROTOCOL) && (dnode != tipc_own_addr(net))) in tipc_node_bc_rcv()
1934 int usr = msg_user(hdr); in tipc_node_check_state() local
1954 if (likely((state == SELF_UP_PEER_UP) && (usr != TUNNEL_PROTOCOL))) in tipc_node_check_state()
1991 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state()
1995 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state()
2034 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state()
2065 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()
2067 if (usr == LINK_PROTOCOL) in tipc_node_check_state()
2091 int usr, rc = 0; in tipc_rcv() local
2120 usr = msg_user(hdr); in tipc_rcv()
2125 if (unlikely(usr == LINK_CONFIG)) in tipc_rcv()
2142 if (unlikely(usr == LINK_PROTOCOL)) { in tipc_rcv()
2155 if (likely((n->state == SELF_UP_PEER_UP) && (usr != TUNNEL_PROTOCOL))) { in tipc_rcv()