Home
last modified time | relevance | path

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

/net/tipc/
Dmsg.h356 int usr = msg_user(m); in msg_importance() local
358 if (likely((usr <= TIPC_CRITICAL_IMPORTANCE) && !msg_errcode(m))) in msg_importance()
359 return usr; in msg_importance()
360 if ((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER)) in msg_importance()
367 int usr = msg_user(m); in msg_set_importance() local
369 if (likely((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER))) in msg_set_importance()
Dnode.c1091 int usr = msg_user(hdr); in tipc_node_bc_rcv() local
1098 if ((usr == BCAST_PROTOCOL) && (dnode != tipc_own_addr(net))) in tipc_node_bc_rcv()
1147 int usr = msg_user(hdr); in tipc_node_check_state() local
1164 if (likely((state == SELF_UP_PEER_UP) && (usr != TUNNEL_PROTOCOL))) in tipc_node_check_state()
1191 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state()
1195 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state()
1222 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state()
1253 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()
1255 if (usr == LINK_PROTOCOL) in tipc_node_check_state()
1276 int usr = msg_user(hdr); in tipc_rcv() local
[all …]
Dlink.c901 int usr = msg_user(hdr); in tipc_link_input() local
906 if (unlikely(usr == TUNNEL_PROTOCOL)) { in tipc_link_input()
920 usr = msg_user(hdr); in tipc_link_input()
924 if (usr == MSG_BUNDLER) { in tipc_link_input()
932 } else if (usr == MSG_FRAGMENTER) { in tipc_link_input()
942 } else if (usr == BCAST_PROTOCOL) { in tipc_link_input()
Dsocket.c1664 int usr = msg_user(hdr); in filter_rcv() local
1671 if (unlikely(usr == SOCK_WAKEUP)) { in filter_rcv()