Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dmsg.h77 #define MSG_FRAGMENTER 12 macro
355 if (unlikely(msg_user(m) == MSG_FRAGMENTER)) in msg_importance()
364 if (unlikely(msg_user(m) == MSG_FRAGMENTER)) in msg_set_importance()
384 if (msg_user(m) == MSG_FRAGMENTER) in msg_origport()
Dmsg.c277 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER, in tipc_msg_build()
355 if (likely(msg_user(msg) == MSG_FRAGMENTER)) in tipc_msg_bundle()
440 if (msg_user(msg) == MSG_FRAGMENTER) in tipc_msg_make_bundle()
Dlink.c175 if ((msg_user(msg) == MSG_FRAGMENTER) && in link_timeout()
1200 case MSG_FRAGMENTER: in tipc_data_input()
1246 case MSG_FRAGMENTER: in tipc_link_input()
1725 if (msg_user(buf_msg(iskb)) == MSG_FRAGMENTER) { in tipc_link_failover_rcv()
Dbcast.c504 } else if (msg_user(msg) == MSG_FRAGMENTER) { in tipc_bclink_rcv()