Lines Matching refs:lapb_cb

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);
125 void lapb_establish_data_link(struct lapb_cb *lapb);
126 void lapb_enquiry_response(struct lapb_cb *lapb);
127 void lapb_timeout_response(struct lapb_cb *lapb);
128 void lapb_check_iframes_acked(struct lapb_cb *lapb, unsigned short);
129 void lapb_check_need_response(struct lapb_cb *lapb, int, int);
132 void lapb_clear_queues(struct lapb_cb *lapb);
133 void lapb_frames_acked(struct lapb_cb *lapb, unsigned short);
134 void lapb_requeue_frames(struct lapb_cb *lapb);
135 int lapb_validate_nr(struct lapb_cb *lapb, unsigned short);
136 int lapb_decode(struct lapb_cb *lapb, struct sk_buff *, struct lapb_frame *);
137 void lapb_send_control(struct lapb_cb *lapb, int, int, int);
138 void lapb_transmit_frmr(struct lapb_cb *lapb);
141 void lapb_start_t1timer(struct lapb_cb *lapb);
142 void lapb_start_t2timer(struct lapb_cb *lapb);
143 void lapb_stop_t1timer(struct lapb_cb *lapb);
144 void lapb_stop_t2timer(struct lapb_cb *lapb);
145 int lapb_t1timer_running(struct lapb_cb *lapb);