Home
last modified time | relevance | path

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

/Linux-v5.4/net/tipc/
Dmsg.h83 #define MSG_FRAGMENTER 12 macro
461 if ((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER)) in msg_importance()
470 if (likely((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER))) in msg_set_importance()
490 if (msg_user(m) == MSG_FRAGMENTER) in msg_origport()
773 if (msg_user(m) == MSG_FRAGMENTER) in msg_link_selector()
Dmsg.c360 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER, in tipc_msg_build()
437 if (likely(msg_user(msg) == MSG_FRAGMENTER)) in tipc_msg_bundle()
529 if (msg_user(msg) == MSG_FRAGMENTER) in tipc_msg_make_bundle()
Dbcast.c325 if (msg_user(hdr) == MSG_FRAGMENTER) in tipc_mcast_send_sync()
394 if (msg_user(hdr) == MSG_FRAGMENTER) in tipc_mcast_xmit()
Dlink.c730 if (msg_user(msg) == MSG_FRAGMENTER) { in link_profile_stats()
1204 case MSG_FRAGMENTER: in tipc_data_input()
1236 } else if (usr == MSG_FRAGMENTER) { in tipc_link_input()