Searched refs:dec_cntr (Results 1 - 3 of 3) 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.h73 u8 dec_cntr; 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.c999 llc->dec_cntr = llc->inc_cntr = 2;
1013 * After receiving "dec_cntr" times RR command, this action decreases
1022 if (!llc->dec_cntr) {
1023 llc->inc_cntr = llc->dec_cntr = 2;
1027 llc->dec_cntr -=1;
1039 * After receiving "dec_cntr" times RNR command, this action decreases
1048 if (!llc->dec_cntr) {
1049 llc->inc_cntr = llc->dec_cntr = 2;
1053 --llc->dec_cntr;
H A Dllc_conn.c887 llc->inc_cntr = llc->dec_cntr = 2;
1000 llc->dec_cntr = 2;

Completed in 88 milliseconds