Lines Matching refs:irlap_cb
113 void irlap_queue_xmit(struct irlap_cb *self, struct sk_buff *skb);
114 void irlap_send_discovery_xid_frame(struct irlap_cb *, int S, __u8 s,
116 void irlap_send_snrm_frame(struct irlap_cb *, struct qos_info *);
117 void irlap_send_test_frame(struct irlap_cb *self, __u8 caddr, __u32 daddr,
119 void irlap_send_ua_response_frame(struct irlap_cb *, struct qos_info *);
120 void irlap_send_dm_frame(struct irlap_cb *self);
121 void irlap_send_rd_frame(struct irlap_cb *self);
122 void irlap_send_disc_frame(struct irlap_cb *self);
123 void irlap_send_rr_frame(struct irlap_cb *self, int command);
125 void irlap_send_data_primary(struct irlap_cb *, struct sk_buff *);
126 void irlap_send_data_primary_poll(struct irlap_cb *, struct sk_buff *);
127 void irlap_send_data_secondary(struct irlap_cb *, struct sk_buff *);
128 void irlap_send_data_secondary_final(struct irlap_cb *, struct sk_buff *);
129 void irlap_resend_rejected_frames(struct irlap_cb *, int command);
130 void irlap_resend_rejected_frame(struct irlap_cb *self, int command);
132 void irlap_send_i_frame(struct irlap_cb *, struct sk_buff *, int command);
133 void irlap_send_ui_frame(struct irlap_cb *self, struct sk_buff *skb,
136 extern int irlap_insert_qos_negotiation_params(struct irlap_cb *self,