Searched refs:frag_queue (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.4/include/net/ | 
| D | ipv6_frag.h | 22 struct frag_queue {  struct33 	struct frag_queue *fq = container_of(q, struct frag_queue, q);  in ip6frag_init()  argument
 64 ip6frag_expire_frag_queue(struct net *net, struct frag_queue *fq)  in ip6frag_expire_frag_queue()
 
 | 
| D | rose.h | 142 	struct sk_buff_head	frag_queue;  member
 | 
| D | netrom.h | 83 	struct sk_buff_head	frag_queue;  member
 | 
| D | ax25.h | 257 	struct sk_buff_head	frag_queue;  member
 | 
| /Linux-v5.4/net/ipv6/netfilter/ | 
| D | nf_conntrack_reasm.c | 130 static int nf_ct_frag6_reasm(struct frag_queue *fq, struct sk_buff *skb,141 	struct frag_queue *fq;  in nf_ct_frag6_expire()
 143 	fq = container_of(frag, struct frag_queue, q);  in nf_ct_frag6_expire()
 149 static struct frag_queue *fq_find(struct net *net, __be32 id, u32 user,  in fq_find()
 165 	return container_of(q, struct frag_queue, q);  in fq_find()
 169 static int nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb,  in nf_ct_frag6_queue()
 315 static int nf_ct_frag6_reasm(struct frag_queue *fq, struct sk_buff *skb,  in nf_ct_frag6_reasm()
 444 	struct frag_queue *fq;  in nf_ct_frag6_gather()
 535 	nf_frags.qsize = sizeof(struct frag_queue);  in nf_ct_frag6_init()
 
 | 
| /Linux-v5.4/net/ipv6/ | 
| D | reassembly.c | 68 static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *skb,74 	struct frag_queue *fq;  in ip6_frag_expire()
 76 	fq = container_of(frag, struct frag_queue, q);  in ip6_frag_expire()
 81 static struct frag_queue *
 101 	return container_of(q, struct frag_queue, q);  in fq_find()
 104 static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb,  in ip6_frag_queue()
 248 static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *skb,  in ip6_frag_reasm()
 322 	struct frag_queue *fq;  in ipv6_frag_rcv()
 554 	ip6_frags.qsize = sizeof(struct frag_queue);  in ipv6_frag_init()
 
 | 
| /Linux-v5.4/net/ax25/ | 
| D | ax25_in.c | 45 				skb_queue_tail(&ax25->frag_queue, skb);  in ax25_rx_fragment()53 						skb_queue_purge(&ax25->frag_queue);  in ax25_rx_fragment()
 64 					while ((skbo = skb_dequeue(&ax25->frag_queue)) != NULL) {  in ax25_rx_fragment()
 83 			skb_queue_purge(&ax25->frag_queue);  in ax25_rx_fragment()
 87 			skb_queue_tail(&ax25->frag_queue, skb);  in ax25_rx_fragment()
 
 | 
| D | ax25_subr.c | 38 	skb_queue_purge(&ax25->frag_queue);  in ax25_clear_queues()
 | 
| D | af_ax25.c | 512 	skb_queue_head_init(&ax25->frag_queue);  in ax25_create_cb()
 | 
| /Linux-v5.4/net/netrom/ | 
| D | nr_in.c | 40 		skb_queue_tail(&nr->frag_queue, skb);  in nr_queue_rx_frame()46 		skb_queue_tail(&nr->frag_queue, skb);  in nr_queue_rx_frame()
 53 		while ((skbo = skb_dequeue(&nr->frag_queue)) != NULL) {  in nr_queue_rx_frame()
 
 | 
| D | nr_subr.c | 38 	skb_queue_purge(&nr->frag_queue);  in nr_clear_queues()
 | 
| D | af_netrom.c | 424 	skb_queue_head_init(&nr->frag_queue);  in nr_create()472 	skb_queue_head_init(&nr->frag_queue);  in nr_make_new()
 
 | 
| /Linux-v5.4/net/ieee802154/6lowpan/ | 
| D | reassembly.c | 47 	struct frag_queue *fq;  in lowpan_frag_expire()49 	fq = container_of(frag, struct frag_queue, q);  in lowpan_frag_expire()
 521 	lowpan_frags.qsize = sizeof(struct frag_queue);  in lowpan_net_frag_init()
 
 | 
| /Linux-v5.4/net/rose/ | 
| D | af_rose.c | 510 	skb_queue_head_init(&rose->frag_queue);  in rose_create()549 	skb_queue_head_init(&rose->frag_queue);  in rose_make_new()
 
 |