Home
last modified time | relevance | path

Searched refs:data_request (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/802/
DTODO4 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
Dcl2llc.pre8 * 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
/linux-2.4.37.9/net/irda/ircomm/
Dircomm_event.c199 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()
Dircomm_ttp.c75 self->issue.data_request = ircomm_ttp_data_request; in ircomm_open_tsap()
Dircomm_lmp.c73 self->issue.data_request = ircomm_lmp_data_request; in ircomm_open_lsap()
/linux-2.4.37.9/include/net/irda/
Dircomm_core.h47 int (*data_request)(struct ircomm_cb *, struct sk_buff *, int clen); member