Searched refs:lapb_cb (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/ |
H A D | lapb.h | 83 struct lapb_cb { struct 112 void lapb_connect_confirmation(struct lapb_cb *lapb, int); argument 113 void lapb_connect_indication(struct lapb_cb *lapb, int); 114 void lapb_disconnect_confirmation(struct lapb_cb *lapb, int); 115 void lapb_disconnect_indication(struct lapb_cb *lapb, int); 116 int lapb_data_indication(struct lapb_cb *lapb, struct sk_buff *); 117 int lapb_data_transmit(struct lapb_cb *lapb, struct sk_buff *); 120 void lapb_data_input(struct lapb_cb *lapb, struct sk_buff *); 123 void lapb_kick(struct lapb_cb *lapb); 124 void lapb_transmit_buffer(struct lapb_cb *lapb, struct sk_buff *, int); [all …]
|
/linux/net/lapb/ |
H A D | lapb_iface.c | 45 static void lapb_free_cb(struct lapb_cb *lapb) in lapb_free_cb() 50 static __inline__ void lapb_hold(struct lapb_cb *lapb) in lapb_hold() 55 static __inline__ void lapb_put(struct lapb_cb *lapb) in lapb_put() 64 static void __lapb_remove_cb(struct lapb_cb *lapb) in __lapb_remove_cb() 75 static void __lapb_insert_cb(struct lapb_cb *lapb) in __lapb_insert_cb() 81 static struct lapb_cb *__lapb_devtostruct(struct net_device *dev) in __lapb_devtostruct() 83 struct lapb_cb *lapb, *use = NULL; in __lapb_devtostruct() 98 static struct lapb_cb *lapb_devtostruct(struct net_device *dev) in lapb_devtostruct() 100 struct lapb_cb *rc; in lapb_devtostruct() 111 static struct lapb_cb *lapb_create_cb(void) in lapb_create_cb() [all …]
|
H A D | lapb_out.c | 37 static void lapb_send_iframe(struct lapb_cb *lapb, struct sk_buff *skb, int poll_bit) in lapb_send_iframe() 66 void lapb_kick(struct lapb_cb *lapb) in lapb_kick() 115 void lapb_transmit_buffer(struct lapb_cb *lapb, struct sk_buff *skb, int type) in lapb_transmit_buffer() 153 void lapb_establish_data_link(struct lapb_cb *lapb) in lapb_establish_data_link() 170 void lapb_enquiry_response(struct lapb_cb *lapb) in lapb_enquiry_response() 180 void lapb_timeout_response(struct lapb_cb *lapb) in lapb_timeout_response() 189 void lapb_check_iframes_acked(struct lapb_cb *lapb, unsigned short nr) in lapb_check_iframes_acked() 201 void lapb_check_need_response(struct lapb_cb *lapb, int type, int pf) in lapb_check_need_response()
|
H A D | lapb_timer.c | 36 void lapb_start_t1timer(struct lapb_cb *lapb) in lapb_start_t1timer() 47 void lapb_start_t2timer(struct lapb_cb *lapb) in lapb_start_t2timer() 58 void lapb_stop_t1timer(struct lapb_cb *lapb) in lapb_stop_t1timer() 64 void lapb_stop_t2timer(struct lapb_cb *lapb) in lapb_stop_t2timer() 70 int lapb_t1timer_running(struct lapb_cb *lapb) in lapb_t1timer_running() 77 struct lapb_cb *lapb = from_timer(lapb, t, t2timer); in lapb_t2timer_expiry() 97 struct lapb_cb *lapb = from_timer(lapb, t, t1timer); in lapb_t1timer_expiry()
|
H A D | lapb_subr.c | 35 void lapb_clear_queues(struct lapb_cb *lapb) in lapb_clear_queues() 46 void lapb_frames_acked(struct lapb_cb *lapb, unsigned short nr) in lapb_frames_acked() 64 void lapb_requeue_frames(struct lapb_cb *lapb) in lapb_requeue_frames() 86 int lapb_validate_nr(struct lapb_cb *lapb, unsigned short nr) in lapb_validate_nr() 106 int lapb_decode(struct lapb_cb *lapb, struct sk_buff *skb, in lapb_decode() 221 void lapb_send_control(struct lapb_cb *lapb, int frametype, in lapb_send_control() 258 void lapb_transmit_frmr(struct lapb_cb *lapb) in lapb_transmit_frmr()
|
H A D | lapb_in.c | 39 static void lapb_state0_machine(struct lapb_cb *lapb, struct sk_buff *skb, in lapb_state0_machine() 110 static void lapb_state1_machine(struct lapb_cb *lapb, struct sk_buff *skb, in lapb_state1_machine() 186 static void lapb_state2_machine(struct lapb_cb *lapb, struct sk_buff *skb, in lapb_state2_machine() 246 static void lapb_state3_machine(struct lapb_cb *lapb, struct sk_buff *skb, in lapb_state3_machine() 472 static void lapb_state4_machine(struct lapb_cb *lapb, struct sk_buff *skb, in lapb_state4_machine() 533 void lapb_data_input(struct lapb_cb *lapb, struct sk_buff *skb) in lapb_data_input()
|