• Home
  • Raw
  • Download

Lines Matching refs:lapb_cb

83 struct lapb_cb {  struct
110 void lapb_connect_confirmation(struct lapb_cb *lapb, int); argument
111 void lapb_connect_indication(struct lapb_cb *lapb, int);
112 void lapb_disconnect_confirmation(struct lapb_cb *lapb, int);
113 void lapb_disconnect_indication(struct lapb_cb *lapb, int);
114 int lapb_data_indication(struct lapb_cb *lapb, struct sk_buff *);
115 int lapb_data_transmit(struct lapb_cb *lapb, struct sk_buff *);
118 void lapb_data_input(struct lapb_cb *lapb, struct sk_buff *);
121 void lapb_kick(struct lapb_cb *lapb);
122 void lapb_transmit_buffer(struct lapb_cb *lapb, struct sk_buff *, int);
123 void lapb_establish_data_link(struct lapb_cb *lapb);
124 void lapb_enquiry_response(struct lapb_cb *lapb);
125 void lapb_timeout_response(struct lapb_cb *lapb);
126 void lapb_check_iframes_acked(struct lapb_cb *lapb, unsigned short);
127 void lapb_check_need_response(struct lapb_cb *lapb, int, int);
130 void lapb_clear_queues(struct lapb_cb *lapb);
131 void lapb_frames_acked(struct lapb_cb *lapb, unsigned short);
132 void lapb_requeue_frames(struct lapb_cb *lapb);
133 int lapb_validate_nr(struct lapb_cb *lapb, unsigned short);
134 int lapb_decode(struct lapb_cb *lapb, struct sk_buff *, struct lapb_frame *);
135 void lapb_send_control(struct lapb_cb *lapb, int, int, int);
136 void lapb_transmit_frmr(struct lapb_cb *lapb);
139 void lapb_start_t1timer(struct lapb_cb *lapb);
140 void lapb_start_t2timer(struct lapb_cb *lapb);
141 void lapb_stop_t1timer(struct lapb_cb *lapb);
142 void lapb_stop_t2timer(struct lapb_cb *lapb);
143 int lapb_t1timer_running(struct lapb_cb *lapb);