Home
last modified time | relevance | path

Searched refs:ACK_TIMER (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/802/transit/
Dtimertr.pre9 ADM ACK_TIMER 0 0 0 NOP ADM
10 ADM ACK_TIMER 0 0 1 NOP ADM
11 ADM ACK_TIMER 0 1 0 NOP ADM
12 ADM ACK_TIMER 0 1 1 NOP ADM
13 ADM ACK_TIMER 1 0 0 NOP ADM
14 ADM ACK_TIMER 1 0 1 NOP ADM
15 ADM ACK_TIMER 1 1 0 NOP ADM
16 ADM ACK_TIMER 1 1 1 NOP ADM
46 CONN ACK_TIMER 0 0 0 NOP CONN
47 CONN ACK_TIMER 0 0 1 NOP CONN
[all …]
/linux-2.4.37.9/net/802/
Dcl2llc.c210 llc_start_timer(lp, ACK_TIMER); in llc_interpret_pseudo_code()
393 if (lp->timer_state[ACK_TIMER] == TIMER_IDLE) in llc_interpret_pseudo_code()
394 llc_start_timer(lp, ACK_TIMER); in llc_interpret_pseudo_code()
397 llc_start_timer(lp, ACK_TIMER); in llc_interpret_pseudo_code()
403 llc_stop_timer(lp, ACK_TIMER); in llc_interpret_pseudo_code()
406 llc_stop_timer(lp, ACK_TIMER); in llc_interpret_pseudo_code()
417 llc_stop_timer(lp, ACK_TIMER); in llc_interpret_pseudo_code()
433 llc_stop_timer(lp, ACK_TIMER); in llc_interpret_pseudo_code()
439 llc_start_timer(lp, ACK_TIMER); in llc_interpret_pseudo_code()
Dcl2llc.pre210 llc_start_timer(lp, ACK_TIMER);
393 if (lp->timer_state[ACK_TIMER] == TIMER_IDLE)
394 llc_start_timer(lp, ACK_TIMER);
397 llc_start_timer(lp, ACK_TIMER);
403 llc_stop_timer(lp, ACK_TIMER);
406 llc_stop_timer(lp, ACK_TIMER);
417 llc_stop_timer(lp, ACK_TIMER);
433 llc_stop_timer(lp, ACK_TIMER);
439 llc_start_timer(lp, ACK_TIMER);
Dllc_utility.c203 llc_timer_expired((llcptr) ulp, ACK_TIMER); in llc_ack_timer_expired()
250 llc_stop_timer(lp, ACK_TIMER); in llc_cancel_timers()
Dllc_macinit.c173 lp->timer_interval[ACK_TIMER] = HZ/8; in register_cl2llc_client()
/linux-2.4.37.9/include/net/
Dllc.h49 #define ACK_TIMER 2 macro