Searched refs:h4 (Results 1 – 3 of 3) sorted by relevance
68 struct h4_struct *h4; in h4_open() local72 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() local89 skb_queue_purge(&h4->txq); in h4_flush()96 struct h4_struct *h4 = hu->priv; in h4_close() local101 skb_queue_purge(&h4->txq); in h4_close()[all …]
31 struct inet_skb_parm h4; member
1029 struct inet_skb_parm h4; member