Searched refs:msg_user (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/net/tipc/ |
D | msg.h | 242 static inline u32 msg_user(struct tipc_msg *m) in msg_user() function 249 return msg_user(m) <= TIPC_CRITICAL_IMPORTANCE; in msg_isdata() 546 int usr = msg_user(m); in msg_importance() 557 int usr = msg_user(m); in msg_set_importance() 579 if (msg_user(m) == MSG_FRAGMENTER) in msg_origport() 865 if (msg_user(m) == MSG_FRAGMENTER) in msg_link_selector() 945 switch (msg_user(m)) { in msg_bc_ack_invalid() 1102 if (likely(msg_user(m) != LINK_PROTOCOL)) in msg_peer_link_is_up() 1118 return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) == RESET_MSG); in msg_is_reset()
|
D | trace.c | 69 i += scnprintf(buf, sz, "msg: %u", msg_user(hdr)); in tipc_skb_dump() 78 switch (msg_user(hdr)) { in tipc_skb_dump()
|
D | msg.c | 524 if (msg_user(msg) == MSG_FRAGMENTER) in tipc_msg_try_bundle() 526 if (msg_user(msg) == TUNNEL_PROTOCOL) in tipc_msg_try_bundle() 528 if (msg_user(msg) == BCAST_PROTOCOL) in tipc_msg_try_bundle() 538 if (msg_user(buf_msg(tskb)) == MSG_BUNDLER) { in tipc_msg_try_bundle()
|
D | bcast.c | 332 if (msg_user(hdr) == MSG_FRAGMENTER) in tipc_mcast_send_sync() 402 if (msg_user(hdr) == MSG_FRAGMENTER) in tipc_mcast_xmit() 451 if (msg_user(hdr) == BCAST_PROTOCOL) in tipc_bcast_rcv()
|
D | link.c | 804 if (msg_user(msg) == MSG_FRAGMENTER) { in link_profile_stats() 1060 skb_queue_len(list), msg_user(hdr), in tipc_link_xmit() 1242 msg_user(hdr), msg_type(hdr), msg_size(hdr), msg_errcode(hdr)); in link_retransmit_failure() 1274 switch (msg_user(hdr)) { in tipc_data_input() 1326 int usr = msg_user(hdr); in tipc_link_input() 1796 if (unlikely(msg_user(hdr) == LINK_PROTOCOL)) in tipc_link_rcv() 1836 if (unlikely(msg_user(hdr) == TUNNEL_PROTOCOL)) in tipc_link_rcv() 2074 link_co_err, msg_user(hdr), in tipc_link_tnl_prepare() 2160 if (msg_user(hdr) != LINK_PROTOCOL) in tipc_link_validate_msg() 2403 if (msg_user(hdr) == BCAST_PROTOCOL) { in tipc_link_bc_init_rcv()
|
D | node.c | 1630 switch (msg_user(hdr)) { in tipc_lxc_xmit() 1868 int usr = msg_user(hdr); in tipc_node_bc_rcv() 1926 int usr = msg_user(hdr); in tipc_node_check_state() 2111 usr = msg_user(hdr); in tipc_rcv()
|
D | udp_media.c | 394 if (unlikely(msg_user(hdr) == LINK_CONFIG)) { in tipc_udp_recv()
|
D | crypto.c | 1036 u32 user = msg_user(hdr); in tipc_ehdr_build() 1690 u32 user = msg_user(hdr); in tipc_crypto_xmit()
|
D | socket.c | 1214 user = msg_user(hdr); in tipc_sk_mcast_rcv() 2156 switch (msg_user(hdr)) { in tipc_sk_proto_rcv()
|