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

/linux-master/include/net/
H A Dllc_conn.h74 u8 dec_cntr; member in struct:llc_sock
/linux-master/net/llc/
H A Dllc_c_ac.c1006 llc->dec_cntr = llc->inc_cntr = 2;
1020 * After receiving "dec_cntr" times RR command, this action decreases
1029 if (!llc->dec_cntr) {
1030 llc->inc_cntr = llc->dec_cntr = 2;
1034 llc->dec_cntr -=1;
1046 * After receiving "dec_cntr" times RNR command, this action decreases
1055 if (!llc->dec_cntr) {
1056 llc->inc_cntr = llc->dec_cntr = 2;
1060 --llc->dec_cntr;
H A Dllc_conn.c896 llc->inc_cntr = llc->dec_cntr = 2;
1028 llc->dec_cntr = 2;

Completed in 157 milliseconds