Home
last modified time | relevance | path

Searched refs:MSG_FRAGMENTER (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/net/tipc/
Dmsg.h83 #define MSG_FRAGMENTER 12 macro
550 if ((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER)) in msg_importance()
559 if (likely((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER))) 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()
Dbcast.c332 if (msg_user(hdr) == MSG_FRAGMENTER) in tipc_mcast_send_sync()
402 if (msg_user(hdr) == MSG_FRAGMENTER) in tipc_mcast_xmit()
Dmsg.c415 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER, in tipc_msg_build()
528 if (msg_user(msg) == MSG_FRAGMENTER) in tipc_msg_try_bundle()
Dlink.c782 if (msg_user(msg) == MSG_FRAGMENTER) { in link_profile_stats()
1274 case MSG_FRAGMENTER: in tipc_data_input()
1315 } else if (usr == MSG_FRAGMENTER) { in tipc_link_input()
Dnode.c1653 case MSG_FRAGMENTER: in tipc_lxc_xmit()