Searched refs:frag_queue (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | reassembly.c | 79 static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *prev, 96 const struct frag_queue *fq; in ip6_hashfn() 98 fq = container_of(q, struct frag_queue, q); in ip6_hashfn() 104 const struct frag_queue *fq; in ip6_frag_match() 107 fq = container_of(q, struct frag_queue, q); in ip6_frag_match() 120 struct frag_queue *fq = container_of(q, struct frag_queue, q); in ip6_frag_init() 131 void ip6_expire_frag_queue(struct net *net, struct frag_queue *fq, in ip6_expire_frag_queue() 175 struct frag_queue *fq; in ip6_frag_expire() 178 fq = container_of((struct inet_frag_queue *)data, struct frag_queue, q); in ip6_frag_expire() 184 static struct frag_queue * [all …]
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 167 const struct frag_queue *nq; in nf_hashfn() 169 nq = container_of(q, struct frag_queue, q); in nf_hashfn() 181 struct frag_queue *fq; in nf_ct_frag6_expire() 184 fq = container_of((struct inet_frag_queue *)data, struct frag_queue, q); in nf_ct_frag6_expire() 191 static inline struct frag_queue *fq_find(struct net *net, __be32 id, in fq_find() 215 return container_of(q, struct frag_queue, q); in fq_find() 219 static int nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb, in nf_ct_frag6_queue() 380 nf_ct_frag6_reasm(struct frag_queue *fq, struct net_device *dev) in nf_ct_frag6_reasm() 574 struct frag_queue *fq; in nf_ct_frag6_gather() 679 nf_frags.qsize = sizeof(struct frag_queue); in nf_ct_frag6_init()
|
/linux-4.1.27/net/ax25/ |
D | ax25_in.c | 49 skb_queue_tail(&ax25->frag_queue, skb); in ax25_rx_fragment() 57 skb_queue_purge(&ax25->frag_queue); in ax25_rx_fragment() 68 while ((skbo = skb_dequeue(&ax25->frag_queue)) != NULL) { in ax25_rx_fragment() 87 skb_queue_purge(&ax25->frag_queue); in ax25_rx_fragment() 91 skb_queue_tail(&ax25->frag_queue, skb); in ax25_rx_fragment()
|
D | ax25_subr.c | 41 skb_queue_purge(&ax25->frag_queue); in ax25_clear_queues()
|
D | af_ax25.c | 517 skb_queue_head_init(&ax25->frag_queue); in ax25_create_cb()
|
/linux-4.1.27/net/netrom/ |
D | nr_in.c | 43 skb_queue_tail(&nr->frag_queue, skb); in nr_queue_rx_frame() 49 skb_queue_tail(&nr->frag_queue, skb); in nr_queue_rx_frame() 56 while ((skbo = skb_dequeue(&nr->frag_queue)) != NULL) { in nr_queue_rx_frame()
|
D | nr_subr.c | 41 skb_queue_purge(&nr->frag_queue); in nr_clear_queues()
|
D | af_netrom.c | 449 skb_queue_head_init(&nr->frag_queue); in nr_create() 497 skb_queue_head_init(&nr->frag_queue); in nr_make_new()
|
/linux-4.1.27/net/ieee802154/6lowpan/ |
D | reassembly.c | 96 struct frag_queue *fq; in lowpan_frag_expire() 99 fq = container_of((struct inet_frag_queue *)data, struct frag_queue, q); in lowpan_frag_expire() 566 lowpan_frags.qsize = sizeof(struct frag_queue); in lowpan_net_frag_init()
|
/linux-4.1.27/include/net/ |
D | rose.h | 141 struct sk_buff_head frag_queue; member
|
D | netrom.h | 80 struct sk_buff_head frag_queue; member
|
D | ax25.h | 242 struct sk_buff_head frag_queue; member
|
D | ipv6.h | 520 struct frag_queue { struct 534 void ip6_expire_frag_queue(struct net *net, struct frag_queue *fq, argument
|
/linux-4.1.27/net/rose/ |
D | af_rose.c | 533 skb_queue_head_init(&rose->frag_queue); in rose_create() 572 skb_queue_head_init(&rose->frag_queue); in rose_make_new()
|