Searched refs:data_request (Results 1 – 6 of 6) sorted by relevance
4 by mac_data_indicate(), timer expired functions, and data_request() .18 3. There is no test to see if the transmit window is full in data_request()20 The pdus presented to data_request() could probably go on the
8 * data_request & indicate primitives...56 printk("cl2llc: data_request() not enough headroom in skb\n");64 printk("cl2llc: data_request() while no llc connection\n"); 168 * If called by data_request skb points to an skb that was skb_alloc-ed by
199 ret = self->issue.data_request(self, skb, 0); in ircomm_state_conn()209 ret = self->issue.data_request(self, skb, skb->len); in ircomm_state_conn()
75 self->issue.data_request = ircomm_ttp_data_request; in ircomm_open_tsap()
73 self->issue.data_request = ircomm_lmp_data_request; in ircomm_open_lsap()
47 int (*data_request)(struct ircomm_cb *, struct sk_buff *, int clen); member