Home
last modified time | relevance | path

Searched refs:frag_queue (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Dipv6_frag.h23 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 Dnf_conntrack_reasm.c125 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 Dreassembly.c48 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 Dpvr_job.c642 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 Dpvr_queue.c741 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()