Searched refs:netns_frags (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/include/net/ |
D | inet_frag.h | 4 struct netns_frags { struct 17 struct netns_frags *net; argument 64 void inet_frags_init_net(struct netns_frags *nf); 65 void inet_frags_exit_net(struct netns_frags *nf, struct inet_frags *f); 70 int inet_frag_evictor(struct netns_frags *nf, struct inet_frags *f); 71 struct inet_frag_queue *inet_frag_find(struct netns_frags *nf,
|
/linux-3.4.99/net/ipv4/ |
D | inet_fragment.c | 74 void inet_frags_init_net(struct netns_frags *nf) in inet_frags_init_net() 88 void inet_frags_exit_net(struct netns_frags *nf, struct inet_frags *f) in inet_frags_exit_net() 120 static inline void frag_kfree_skb(struct netns_frags *nf, struct inet_frags *f, in frag_kfree_skb() 136 struct netns_frags *nf; in inet_frag_destroy() 162 int inet_frag_evictor(struct netns_frags *nf, struct inet_frags *f) in inet_frag_evictor() 194 static struct inet_frag_queue *inet_frag_intern(struct netns_frags *nf, in inet_frag_intern() 238 static struct inet_frag_queue *inet_frag_alloc(struct netns_frags *nf, in inet_frag_alloc() 257 static struct inet_frag_queue *inet_frag_create(struct netns_frags *nf, in inet_frag_create() 269 struct inet_frag_queue *inet_frag_find(struct netns_frags *nf, in inet_frag_find()
|
D | ip_fragment.c | 165 static void frag_kfree_skb(struct netns_frags *nf, struct sk_buff *skb) in frag_kfree_skb()
|
/linux-3.4.99/include/net/netns/ |
D | ipv4.h | 34 struct netns_frags frags;
|
D | ipv6.h | 34 struct netns_frags frags;
|
/linux-3.4.99/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 76 static struct netns_frags nf_init_frags;
|