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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dmsg.c57 case MSG_FRAGMENTER:
320 if ((usr == MSG_FRAGMENTER) && (msg_type(msg) == FIRST_FRAGMENT)) {
H A Dmsg.h391 #define MSG_FRAGMENTER 12 macro
723 if ((msg_user(m) == MSG_FRAGMENTER) &&
H A Dlink.c347 if ((msg_user(msg) == MSG_FRAGMENTER)
1044 (msg_user(msg) != MSG_FRAGMENTER)) {
1325 msg_init(&fragm_hdr, MSG_FRAGMENTER, FIRST_FRAGMENT,
1843 case MSG_FRAGMENTER:
2560 msg_init(&fragm_hdr, MSG_FRAGMENTER, FIRST_FRAGMENT,
2795 l_ptr->queue_limit[MSG_FRAGMENTER] = 4000;
H A Dbcast.c487 } else if (msg_user(msg) == MSG_FRAGMENTER) {

Completed in 99 milliseconds