Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dmsg.c47 if ((msg_user(m) == MSG_FRAGMENTER) && in tipc_msg_tot_importance()
130 case MSG_FRAGMENTER: in tipc_msg_dbg()
352 if ((usr == MSG_FRAGMENTER) && (msg_type(msg) == FIRST_FRAGMENT)) in tipc_msg_dbg()
Dlink.c256 if ((msg_user(msg) == MSG_FRAGMENTER) && in link_timeout()
913 (msg_user(msg) != MSG_FRAGMENTER)) { in tipc_link_send_buf()
1225 tipc_msg_init(&fragm_hdr, MSG_FRAGMENTER, FIRST_FRAGMENT, in link_send_sections_long()
1797 case MSG_FRAGMENTER: in tipc_recv_msg()
2500 tipc_msg_init(&fragm_hdr, MSG_FRAGMENTER, FIRST_FRAGMENT, in link_send_long_buf()
2734 l_ptr->queue_limit[MSG_FRAGMENTER] = 4000; in tipc_link_set_queue_limits()
Dmsg.h453 #define MSG_FRAGMENTER 12 macro
Dbcast.c492 } else if (msg_user(msg) == MSG_FRAGMENTER) { in tipc_bclink_recv_pkt()