Searched refs:frag_queue (Results 1 – 4 of 4) 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() 452 struct frag_queue *fq; in nf_ct_frag6_gather() 561 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_queue.c | 524 struct pvr_queue *frag_queue = frag_job ? frag_job->ctx->queues.fragment : NULL; in pvr_queue_get_paired_frag_job_dep() local 548 pvr_queue_job_fence_init(frag_job->done_fence, frag_queue); in pvr_queue_get_paired_frag_job_dep() 550 return pvr_queue_get_job_cccb_fence(frag_queue, frag_job); in pvr_queue_get_paired_frag_job_dep() 790 struct pvr_queue *frag_queue = job->ctx->queues.fragment; in pvr_queue_run_job() local 795 &geom_queue->cccb, &frag_queue->cccb, in pvr_queue_run_job() 799 frag_queue->ctx_offset, in pvr_queue_run_job()
|