Home
last modified time | relevance | path

Searched refs:h4 (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/bluetooth/
Dhci_h4.c68 struct h4_struct *h4; in h4_open() local
72 h4 = kmalloc(sizeof(*h4), GFP_ATOMIC); in h4_open()
73 if (!h4) in h4_open()
75 memset(h4, 0, sizeof(*h4)); in h4_open()
77 skb_queue_head_init(&h4->txq); in h4_open()
79 hu->priv = h4; in h4_open()
86 struct h4_struct *h4 = hu->priv; in h4_flush() local
89 skb_queue_purge(&h4->txq); in h4_flush()
96 struct h4_struct *h4 = hu->priv; in h4_close() local
101 skb_queue_purge(&h4->txq); in h4_close()
[all …]
/linux-2.4.37.9/include/linux/
Derrqueue.h31 struct inet_skb_parm h4; member
/linux-2.4.37.9/include/net/
Dtcp.h1029 struct inet_skb_parm h4; member