Home
last modified time | relevance | path

Searched defs:fq (Results 1 – 3 of 3) sorted by relevance

/net/ipv6/
Dreassembly.c132 struct frag_queue *fq; in ip6_hashfn() local
140 struct frag_queue *fq; in ip6_frag_match() local
162 struct frag_queue *fq = container_of(q, struct frag_queue, q); in ip6_frag_init() local
173 static __inline__ void fq_put(struct frag_queue *fq) in fq_put()
181 static __inline__ void fq_kill(struct frag_queue *fq) in fq_kill()
197 struct frag_queue *fq; in ip6_frag_expire() local
264 static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb, in ip6_frag_queue()
452 static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *prev, in ip6_frag_reasm()
577 struct frag_queue *fq; in ipv6_frag_rcv() local
/net/ipv6/netfilter/
Dnf_conntrack_reasm.c131 static __inline__ void fq_put(struct nf_ct_frag6_queue *fq) in fq_put()
139 static __inline__ void fq_kill(struct nf_ct_frag6_queue *fq) in fq_kill()
153 struct nf_ct_frag6_queue *fq; in nf_ct_frag6_expire() local
199 static int nf_ct_frag6_queue(struct nf_ct_frag6_queue *fq, struct sk_buff *skb, in nf_ct_frag6_queue()
384 nf_ct_frag6_reasm(struct nf_ct_frag6_queue *fq, struct net_device *dev) in nf_ct_frag6_reasm()
569 struct nf_ct_frag6_queue *fq; in nf_ct_frag6_gather() local
/net/ipv4/
Dinet_fragment.c96 static inline void fq_unlink(struct inet_frag_queue *fq, struct inet_frags *f) in fq_unlink()
105 void inet_frag_kill(struct inet_frag_queue *fq, struct inet_frags *f) in inet_frag_kill()