Searched refs:inet_frag_queue (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | inet_fragment.c | 73 struct inet_frag_queue *fq = ptr; in inet_frags_free_cb() 100 void inet_frag_kill(struct inet_frag_queue *fq) in inet_frag_kill() 117 struct inet_frag_queue *q = container_of(head, struct inet_frag_queue, in inet_frag_destroy_rcu() 126 void inet_frag_destroy(struct inet_frag_queue *q) in inet_frag_destroy() 159 static struct inet_frag_queue *inet_frag_alloc(struct netns_frags *nf, in inet_frag_alloc() 163 struct inet_frag_queue *q; in inet_frag_alloc() 180 static struct inet_frag_queue *inet_frag_create(struct netns_frags *nf, in inet_frag_create() 184 struct inet_frag_queue *q; in inet_frag_create() 205 struct inet_frag_queue *inet_frag_find(struct netns_frags *nf, void *key) in inet_frag_find() 207 struct inet_frag_queue *fq; in inet_frag_find()
|
D | ip_fragment.c | 85 static void ip4_frag_append_to_last_run(struct inet_frag_queue *q, in ip4_frag_append_to_last_run() 97 static void ip4_frag_create_run(struct inet_frag_queue *q, struct sk_buff *skb) in ip4_frag_create_run() 113 struct inet_frag_queue q; 133 static void ip4_frag_init(struct inet_frag_queue *q, const void *a) in ip4_frag_init() 149 static void ip4_frag_free(struct inet_frag_queue *q) in ip4_frag_free() 188 struct inet_frag_queue *frag = from_timer(frag, t, timer); in ip_expire() 282 struct inet_frag_queue *q; in ip_find() 931 const struct inet_frag_queue *fq = data; in ip4_obj_hashfn() 940 const struct inet_frag_queue *fq = ptr; in ip4_obj_cmpfn() 946 .head_offset = offsetof(struct inet_frag_queue, node), [all …]
|
/Linux-v4.19/include/net/ |
D | inet_frag.h | 71 struct inet_frag_queue { struct 96 void (*constructor)(struct inet_frag_queue *q, argument 98 void (*destructor)(struct inet_frag_queue *); 115 void inet_frag_kill(struct inet_frag_queue *q); 116 void inet_frag_destroy(struct inet_frag_queue *q); 117 struct inet_frag_queue *inet_frag_find(struct netns_frags *nf, void *key); 122 static inline void inet_frag_put(struct inet_frag_queue *q) in inet_frag_put()
|
D | ipv6_frag.h | 23 struct inet_frag_queue q; 31 static inline void ip6frag_init(struct inet_frag_queue *q, const void *a) in ip6frag_init() 48 const struct inet_frag_queue *fq = data; in ip6frag_obj_hashfn() 58 const struct inet_frag_queue *fq = ptr; in ip6frag_obj_cmpfn()
|
/Linux-v4.19/net/ieee802154/6lowpan/ |
D | reassembly.c | 40 static void lowpan_frag_init(struct inet_frag_queue *q, const void *a) in lowpan_frag_init() 50 struct inet_frag_queue *frag = from_timer(frag, t, timer); in lowpan_frag_expire() 74 struct inet_frag_queue *q; in fq_find() 578 const struct inet_frag_queue *fq = data; in lowpan_obj_hashfn() 587 const struct inet_frag_queue *fq = ptr; in lowpan_obj_cmpfn() 593 .head_offset = offsetof(struct inet_frag_queue, node),
|
D | 6lowpan_i.h | 30 struct inet_frag_queue q;
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 146 struct inet_frag_queue *frag = from_timer(frag, t, timer); in nf_ct_frag6_expire() 167 struct inet_frag_queue *q; in fq_find() 633 .head_offset = offsetof(struct inet_frag_queue, node),
|
/Linux-v4.19/net/ipv6/ |
D | reassembly.c | 77 struct inet_frag_queue *frag = from_timer(frag, t, timer); in ip6_frag_expire() 97 struct inet_frag_queue *q; in fq_find() 650 .head_offset = offsetof(struct inet_frag_queue, node),
|