Searched refs:llc_stop_timer (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/net/802/ |
D | cl2llc.c | 203 llc_stop_timer(lp, BUSY_TIMER); in llc_interpret_pseudo_code() 384 llc_stop_timer(lp, P_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() 411 llc_stop_timer(lp, REJ_TIMER); in llc_interpret_pseudo_code() 414 llc_stop_timer(lp, REJ_TIMER); in llc_interpret_pseudo_code() 417 llc_stop_timer(lp, ACK_TIMER); in llc_interpret_pseudo_code() 418 llc_stop_timer(lp, P_TIMER); in llc_interpret_pseudo_code() 419 llc_stop_timer(lp, REJ_TIMER); in llc_interpret_pseudo_code() 420 llc_stop_timer(lp, BUSY_TIMER); in llc_interpret_pseudo_code() [all …]
|
D | llc_utility.c | 237 void llc_stop_timer(llcptr lp, int t) in llc_stop_timer() function 248 llc_stop_timer(lp, P_TIMER); in llc_cancel_timers() 249 llc_stop_timer(lp, REJ_TIMER); in llc_cancel_timers() 250 llc_stop_timer(lp, ACK_TIMER); in llc_cancel_timers() 251 llc_stop_timer(lp, BUSY_TIMER); in llc_cancel_timers()
|
D | cl2llc.pre | 203 llc_stop_timer(lp, BUSY_TIMER); 384 llc_stop_timer(lp, P_TIMER); 403 llc_stop_timer(lp, ACK_TIMER); 406 llc_stop_timer(lp, ACK_TIMER); 411 llc_stop_timer(lp, REJ_TIMER); 414 llc_stop_timer(lp, REJ_TIMER); 417 llc_stop_timer(lp, ACK_TIMER); 418 llc_stop_timer(lp, P_TIMER); 419 llc_stop_timer(lp, REJ_TIMER); 420 llc_stop_timer(lp, BUSY_TIMER); [all …]
|
/linux-2.4.37.9/include/net/ |
D | llc.h | 121 void llc_stop_timer(llcptr lp, int t);
|