Searched refs:npta (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dllc_conn.h45 u8 npta; member in struct:llc_sock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/
H A Dllc_c_ac.c856 * If number of them reaches to "npta"(Number of PDUs To Acknowledge) then
873 % LLC_2_SEQ_NBR_MODULO) >= llc->npta) {
984 * llc_conn_ac_inc_npta_value - tries to make value of npta greater
988 * After "inc_cntr" times calling of this action, "npta" increase by one.
989 * this action tries to make vale of "npta" greater as possible; number of
990 * acknowledgements decreases by increasing of "npta". Returns 0 for
1000 ++llc->npta;
1001 if (llc->npta > (u8) ~LLC_2_SEQ_NBR_MODULO)
1002 llc->npta = (u8) ~LLC_2_SEQ_NBR_MODULO;
1009 * llc_conn_ac_adjust_npta_by_rr - decreases "npta" b
[all...]

Completed in 83 milliseconds