Searched defs:fq (Results 1 – 3 of 3) sorted by relevance
/net/ipv6/ |
D | reassembly.c | 99 struct frag_queue *fq; in ip6_hashfn() local 107 struct frag_queue *fq; in ip6_frag_match() local 120 struct frag_queue *fq = container_of(q, struct frag_queue, q); in ip6_frag_init() local 131 void ip6_expire_frag_queue(struct net *net, struct frag_queue *fq, in ip6_expire_frag_queue() 172 struct frag_queue *fq; in ip6_frag_expire() local 206 static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb, in ip6_frag_queue() 377 static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *prev, in ip6_frag_reasm() 522 struct frag_queue *fq; in ipv6_frag_rcv() local
|
/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 163 struct frag_queue *fq; in nf_ct_frag6_expire() local 200 static int nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb, in nf_ct_frag6_queue() 362 nf_ct_frag6_reasm(struct frag_queue *fq, struct net_device *dev) in nf_ct_frag6_reasm() 556 struct frag_queue *fq; in nf_ct_frag6_gather() local
|
/net/ipv4/ |
D | inet_fragment.c | 133 static inline void fq_unlink(struct inet_frag_queue *fq, struct inet_frags *f) in fq_unlink() 150 void inet_frag_kill(struct inet_frag_queue *fq, struct inet_frags *f) in inet_frag_kill()
|