Home
last modified time | relevance | path

Searched refs:msg_user (Results 1 – 8 of 8) sorted by relevance

/net/tipc/
Dmsg.h203 static inline u32 msg_user(struct tipc_msg *m) in msg_user() function
210 return msg_user(m) <= TIPC_CRITICAL_IMPORTANCE; in msg_isdata()
462 int usr = msg_user(m); in msg_importance()
473 int usr = msg_user(m); in msg_set_importance()
495 if (msg_user(m) == MSG_FRAGMENTER) in msg_origport()
778 if (msg_user(m) == MSG_FRAGMENTER) in msg_link_selector()
858 switch (msg_user(m)) { in msg_bc_ack_invalid()
1015 if (likely(msg_user(m) != LINK_PROTOCOL)) in msg_peer_link_is_up()
1031 return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) == RESET_MSG); in msg_is_reset()
Dmsg.c433 if (likely(msg_user(msg) == MSG_FRAGMENTER)) in tipc_msg_bundle()
442 if (unlikely(msg_user(msg) == TUNNEL_PROTOCOL)) in tipc_msg_bundle()
444 if (unlikely(msg_user(msg) == BCAST_PROTOCOL)) in tipc_msg_bundle()
446 if (unlikely(msg_user(bmsg) != MSG_BUNDLER)) in tipc_msg_bundle()
525 if (msg_user(msg) == MSG_FRAGMENTER) in tipc_msg_make_bundle()
527 if (msg_user(msg) == TUNNEL_PROTOCOL) in tipc_msg_make_bundle()
529 if (msg_user(msg) == BCAST_PROTOCOL) in tipc_msg_make_bundle()
Dtrace.c69 i += scnprintf(buf, sz, "msg: %u", msg_user(hdr)); in tipc_skb_dump()
78 switch (msg_user(hdr)) { in tipc_skb_dump()
Dbcast.c325 if (msg_user(hdr) == MSG_FRAGMENTER) in tipc_mcast_send_sync()
395 if (msg_user(hdr) == MSG_FRAGMENTER) in tipc_mcast_xmit()
444 if (msg_user(hdr) == BCAST_PROTOCOL) in tipc_bcast_rcv()
Dlink.c730 if (msg_user(msg) == MSG_FRAGMENTER) { in link_profile_stats()
961 skb_queue_len(list), msg_user(hdr), in tipc_link_xmit()
1102 msg_user(hdr), msg_type(hdr), msg_size(hdr), msg_errcode(hdr)); in link_retransmit_failure()
1187 switch (msg_user(hdr)) { in tipc_data_input()
1230 int usr = msg_user(hdr); in tipc_link_input()
1547 if (unlikely(msg_user(hdr) == LINK_PROTOCOL)) in tipc_link_rcv()
1589 if (unlikely(msg_user(hdr) == TUNNEL_PROTOCOL)) in tipc_link_rcv()
1821 link_co_err, msg_user(hdr), in tipc_link_tnl_prepare()
1907 if (msg_user(hdr) != LINK_PROTOCOL) in tipc_link_validate_msg()
2154 if (msg_user(hdr) == BCAST_PROTOCOL) { in tipc_link_bc_init_rcv()
Dnode.c1487 switch (msg_user(hdr)) { in tipc_lxc_xmit()
1721 int usr = msg_user(hdr); in tipc_node_bc_rcv()
1775 int usr = msg_user(hdr); in tipc_node_check_state()
1942 usr = msg_user(hdr); in tipc_rcv()
Dudp_media.c386 if (unlikely(msg_user(hdr) == LINK_CONFIG)) { in tipc_udp_recv()
Dsocket.c1162 user = msg_user(hdr); in tipc_sk_mcast_rcv()
2024 switch (msg_user(hdr)) { in tipc_sk_proto_rcv()