Searched refs:lapb_check_need_response (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/net/ |
D | lapb.h | 125 void lapb_check_need_response(struct lapb_cb *lapb, int, int);
|
/linux-4.4.14/net/lapb/ |
D | lapb_in.c | 330 lapb_check_need_response(lapb, frame->cr, frame->pf); in lapb_state3_machine() 349 lapb_check_need_response(lapb, frame->cr, frame->pf); in lapb_state3_machine() 368 lapb_check_need_response(lapb, frame->cr, frame->pf); in lapb_state3_machine()
|
D | lapb_out.c | 207 void lapb_check_need_response(struct lapb_cb *lapb, int type, int pf) in lapb_check_need_response() function
|