Home
last modified time | relevance | path

Searched refs:usr (Results 1 – 3 of 3) sorted by relevance

/net/tipc/
A Dmsg.h546 int usr = msg_user(m); in msg_importance() local
548 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() local
559 if (likely((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER))) in msg_set_importance()
A Dnode.c1876 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
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()
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()
[all …]
A Dlink.c1305 int usr = msg_user(hdr); in tipc_link_input() local
1308 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