Searched refs:usr (Results 1 – 3 of 3) sorted by relevance
546 int usr = msg_user(m); in msg_importance() local548 if (likely((usr <= TIPC_CRITICAL_IMPORTANCE) && !msg_errcode(m))) in msg_importance()549 return usr; in msg_importance()550 if ((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER)) in msg_importance()557 int usr = msg_user(m); in msg_set_importance() local559 if (likely((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER))) in msg_set_importance()
1876 int usr = msg_user(hdr); in tipc_node_bc_rcv() local1883 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() local1991 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()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() local2120 usr = msg_user(hdr); in tipc_rcv()2125 if (unlikely(usr == LINK_CONFIG)) in tipc_rcv()[all …]
1305 int usr = msg_user(hdr); in tipc_link_input() local1308 if (usr == MSG_BUNDLER) { in tipc_link_input()1316 } else if (usr == MSG_FRAGMENTER) { in tipc_link_input()1326 } else if (usr == BCAST_PROTOCOL) { in tipc_link_input()
Completed in 18 milliseconds