Searched refs:llc_start_timer (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/net/802/ |
D | cl2llc.c | 210 llc_start_timer(lp, ACK_TIMER); in llc_interpret_pseudo_code() 334 llc_start_timer(lp, BUSY_TIMER); in llc_interpret_pseudo_code() 339 llc_start_timer(lp, BUSY_TIMER); in llc_interpret_pseudo_code() 385 llc_start_timer(lp, P_TIMER); 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() 400 llc_start_timer(lp, REJ_TIMER); in llc_interpret_pseudo_code() 439 llc_start_timer(lp, ACK_TIMER); in llc_interpret_pseudo_code()
|
D | cl2llc.pre | 210 llc_start_timer(lp, ACK_TIMER); 334 llc_start_timer(lp, BUSY_TIMER); 339 llc_start_timer(lp, BUSY_TIMER); 385 llc_start_timer(lp, P_TIMER); 394 llc_start_timer(lp, ACK_TIMER); 397 llc_start_timer(lp, ACK_TIMER); 400 llc_start_timer(lp, REJ_TIMER); 439 llc_start_timer(lp, ACK_TIMER);
|
D | llc_utility.c | 225 void llc_start_timer(llcptr lp, int t) in llc_start_timer() function
|
/linux-2.4.37.9/include/net/ |
D | llc.h | 120 void llc_start_timer(llcptr lp, int t);
|