Searched defs:lapb (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/lapb/
H A DMakefile
H A Dlapb_timer.c36 void lapb_start_t1timer(struct lapb_cb *lapb) argument
47 void lapb_start_t2timer(struct lapb_cb *lapb) argument
58 lapb_stop_t1timer(struct lapb_cb *lapb) argument
64 lapb_stop_t2timer(struct lapb_cb *lapb) argument
70 lapb_t1timer_running(struct lapb_cb *lapb) argument
77 struct lapb_cb *lapb = from_timer(lapb, t, t2timer); local
97 struct lapb_cb *lapb = from_timer(lapb, t, t1timer); local
[all...]
H A Dlapb_in.c39 static void lapb_state0_machine(struct lapb_cb *lapb, struct sk_buff *skb, argument
110 lapb_state1_machine(struct lapb_cb *lapb, struct sk_buff *skb, struct lapb_frame *frame) argument
186 lapb_state2_machine(struct lapb_cb *lapb, struct sk_buff *skb, struct lapb_frame *frame) argument
246 lapb_state3_machine(struct lapb_cb *lapb, struct sk_buff *skb, struct lapb_frame *frame) argument
472 lapb_state4_machine(struct lapb_cb *lapb, struct sk_buff *skb, struct lapb_frame *frame) argument
533 lapb_data_input(struct lapb_cb *lapb, struct sk_buff *skb) argument
[all...]
H A Dlapb_subr.c35 void lapb_clear_queues(struct lapb_cb *lapb) argument
46 void lapb_frames_acked(struct lapb_cb *lapb, unsigned short nr) argument
64 lapb_requeue_frames(struct lapb_cb *lapb) argument
86 lapb_validate_nr(struct lapb_cb *lapb, unsigned short nr) argument
106 lapb_decode(struct lapb_cb *lapb, struct sk_buff *skb, struct lapb_frame *frame) argument
221 lapb_send_control(struct lapb_cb *lapb, int frametype, int poll_bit, int type) argument
258 lapb_transmit_frmr(struct lapb_cb *lapb) argument
[all...]
H A Dlapb_out.c37 static void lapb_send_iframe(struct lapb_cb *lapb, struct sk_buff *skb, int poll_bit) argument
66 lapb_kick(struct lapb_cb *lapb) argument
115 lapb_transmit_buffer(struct lapb_cb *lapb, struct sk_buff *skb, int type) argument
153 lapb_establish_data_link(struct lapb_cb *lapb) argument
170 lapb_enquiry_response(struct lapb_cb *lapb) argument
180 lapb_timeout_response(struct lapb_cb *lapb) argument
189 lapb_check_iframes_acked(struct lapb_cb *lapb, unsigned short nr) argument
201 lapb_check_need_response(struct lapb_cb *lapb, int type, int pf) argument
[all...]
H A Dlapb_iface.c45 static void lapb_free_cb(struct lapb_cb *lapb) argument
50 static __inline__ void lapb_hold(struct lapb_cb *lapb) argument
55 static __inline__ void lapb_put(struct lapb_cb *lapb) argument
64 static void __lapb_remove_cb(struct lapb_cb *lapb) argument
75 __lapb_insert_cb(struct lapb_cb *lapb) argument
83 struct lapb_cb *lapb, *use = NULL; local
113 struct lapb_cb *lapb = kzalloc(sizeof(*lapb), GFP_ATOMIC); local
142 struct lapb_cb *lapb; local
174 struct lapb_cb *lapb; local
213 struct lapb_cb *lapb = lapb_devtostruct(dev); local
249 struct lapb_cb *lapb = lapb_devtostruct(dev); local
287 struct lapb_cb *lapb = lapb_devtostruct(dev); local
317 __lapb_disconnect_request(struct lapb_cb *lapb) argument
350 struct lapb_cb *lapb = lapb_devtostruct(dev); local
369 struct lapb_cb *lapb = lapb_devtostruct(dev); local
394 struct lapb_cb *lapb = lapb_devtostruct(dev); local
409 lapb_connect_confirmation(struct lapb_cb *lapb, int reason) argument
415 lapb_connect_indication(struct lapb_cb *lapb, int reason) argument
421 lapb_disconnect_confirmation(struct lapb_cb *lapb, int reason) argument
427 lapb_disconnect_indication(struct lapb_cb *lapb, int reason) argument
433 lapb_data_indication(struct lapb_cb *lapb, struct sk_buff *skb) argument
442 lapb_data_transmit(struct lapb_cb *lapb, struct sk_buff *skb) argument
459 struct lapb_cb *lapb; local
[all...]

Completed in 195 milliseconds