Searched refs:usr (Results 1 – 3 of 3) sorted by relevance
462 int usr = msg_user(m); in msg_importance() local464 if (likely((usr <= TIPC_CRITICAL_IMPORTANCE) && !msg_errcode(m))) in msg_importance()465 return usr; in msg_importance()466 if ((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER)) in msg_importance()473 int usr = msg_user(m); in msg_set_importance() local475 if (likely((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER))) in msg_set_importance()
1721 int usr = msg_user(hdr); in tipc_node_bc_rcv() local1728 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() local1795 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[all …]
1230 int usr = msg_user(hdr); in tipc_link_input() local1233 if (usr == MSG_BUNDLER) { in tipc_link_input()1241 } else if (usr == MSG_FRAGMENTER) { in tipc_link_input()1251 } else if (usr == BCAST_PROTOCOL) { in tipc_link_input()