Searched defs:nf (Results 1 - 4 of 4) sorted by relevance

/net/ipv4/
H A Dinet_fragment.c11 * ipv6/reassembly. and ipv6 nf conntrack reassembly
224 void inet_frags_init_net(struct netns_frags *nf) argument
226 init_frag_mem_limit(nf);
237 void inet_frags_exit_net(struct netns_frags *nf, struct inet_frags *f) argument
242 nf->low_thresh = 0;
256 percpu_counter_destroy(&nf->mem);
305 static inline void frag_kfree_skb(struct netns_frags *nf, struct inet_frags *f, argument
316 struct netns_frags *nf; local
324 nf = q->net;
329 frag_kfree_skb(nf,
341 inet_frag_intern(struct netns_frags *nf, struct inet_frag_queue *qp_in, struct inet_frags *f, void *arg) argument
376 inet_frag_alloc(struct netns_frags *nf, struct inet_frags *f, void *arg) argument
402 inet_frag_create(struct netns_frags *nf, struct inet_frags *f, void *arg) argument
415 inet_frag_find(struct netns_frags *nf, struct inet_frags *f, void *key, unsigned int hash) argument
[all...]
/net/netfilter/
H A Dnf_conntrack_proto_gre.c58 struct nf_proto_net nf; member in struct:netns_proto_gre
/net/sched/
H A Dcls_route.c315 struct route4_filter *nf; local
327 for (nf = rtnl_dereference(*fp); nf;
328 fp = &nf->next, nf = rtnl_dereference(*fp)) {
329 if (nf == f) {
H A Dsch_fq.c541 struct fq_flow *of, *nf; local
562 nf = container_of(parent, struct fq_flow, fq_node);
563 BUG_ON(nf->sk == of->sk);
565 if (nf->sk > of->sk)

Completed in 40 milliseconds