Searched refs:resend_queue_size (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dconntrackd.h108 unsigned int resend_queue_size; /* FTFW protocol */ member in struct:ct_conf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dread_config_yy.y916 sync_mode_ftfw_line: resend_queue_size
959 resend_queue_size: T_RESEND_QUEUE_SIZE T_NUMBER label
961 conf.resend_queue_size = $2;
1886 if (CONFIG(resend_queue_size) == 0)
1887 CONFIG(resend_queue_size) = 131072;
H A Dsync-ftfw.c151 rs_queue = queue_create("rsqueue", CONFIG(resend_queue_size), 0);

Completed in 68 milliseconds