Lines Matching refs:usr
1721 int usr = msg_user(hdr); in tipc_node_bc_rcv() local
1728 if ((usr == BCAST_PROTOCOL) && (dnode != tipc_own_addr(net))) in tipc_node_bc_rcv()
1775 int usr = msg_user(hdr); in tipc_node_check_state() local
1795 if (likely((state == SELF_UP_PEER_UP) && (usr != TUNNEL_PROTOCOL))) in tipc_node_check_state()
1832 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state()
1836 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state()
1875 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state()
1906 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()
1908 if (usr == LINK_PROTOCOL) in tipc_node_check_state()
1932 int usr, rc = 0; in tipc_rcv() local
1942 usr = msg_user(hdr); in tipc_rcv()
1947 if (unlikely(usr == LINK_CONFIG)) in tipc_rcv()
1964 if (unlikely(usr == LINK_PROTOCOL)) in tipc_rcv()
1971 if (likely((n->state == SELF_UP_PEER_UP) && (usr != TUNNEL_PROTOCOL))) { in tipc_rcv()