Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dmsg.h78 #define MSG_FRAGMENTER 12 macro
360 if ((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER)) in msg_importance()
369 if (likely((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER))) in msg_set_importance()
389 if (msg_user(m) == MSG_FRAGMENTER) in msg_origport()
Dmsg.c276 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER, in tipc_msg_build()
353 if (likely(msg_user(msg) == MSG_FRAGMENTER)) in tipc_msg_bundle()
440 if (msg_user(msg) == MSG_FRAGMENTER) in tipc_msg_make_bundle()
Dlink.c530 if (msg_user(msg) == MSG_FRAGMENTER) { in link_profile_stats()
880 case MSG_FRAGMENTER: in tipc_data_input()
932 } else if (usr == MSG_FRAGMENTER) { in tipc_link_input()