Searched refs:frag_queue (Results 1 – 5 of 5) sorted by relevance
| /linux/include/net/ |
| H A D | ipv6_frag.h | 23 struct frag_queue { struct 34 struct frag_queue *fq = container_of(q, struct frag_queue, q); in ip6frag_init() argument 65 ip6frag_expire_frag_queue(struct net *net, struct frag_queue *fq) in ip6frag_expire_frag_queue()
|
| /linux/net/ipv6/netfilter/ |
| H A D | nf_conntrack_reasm.c | 125 static int nf_ct_frag6_reasm(struct frag_queue *fq, struct sk_buff *skb, 137 struct frag_queue *fq; in nf_ct_frag6_expire() 139 fq = container_of(frag, struct frag_queue, q); in nf_ct_frag6_expire() 145 static struct frag_queue *fq_find(struct net *net, __be32 id, u32 user, in fq_find() 166 return container_of(q, struct frag_queue, q); in fq_find() 170 static int nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb, in nf_ct_frag6_queue() 319 static int nf_ct_frag6_reasm(struct frag_queue *fq, struct sk_buff *skb, in nf_ct_frag6_reasm() 451 struct frag_queue *fq; in nf_ct_frag6_gather() 560 nf_frags.qsize = sizeof(struct frag_queue); in nf_ct_frag6_init()
|
| /linux/net/ieee802154/6lowpan/ |
| H A D | reassembly.c | 48 struct frag_queue *fq; in lowpan_frag_expire() 51 fq = container_of(frag, struct frag_queue, q); in lowpan_frag_expire() 529 lowpan_frags.qsize = sizeof(struct frag_queue); in lowpan_net_frag_init()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_job.c | 642 struct pvr_queue *frag_queue; in pvr_jobs_link_geom_frag() local 652 frag_queue = pvr_context_get_queue_for_job(frag_job->ctx, in pvr_jobs_link_geom_frag() 654 f = get_last_queued_job_scheduled_fence(frag_queue, job_data, in pvr_jobs_link_geom_frag()
|
| H A D | pvr_queue.c | 741 struct pvr_queue *frag_queue = job->ctx->queues.fragment; in pvr_queue_run_job() local 746 &geom_queue->cccb, &frag_queue->cccb, in pvr_queue_run_job() 750 frag_queue->ctx_offset, in pvr_queue_run_job()
|