Searched refs:inet_frag_queue (Results 1 – 7 of 7) sorted by relevance
/linux/include/net/ |
H A D | inet_frag.h | 85 struct inet_frag_queue { struct 110 void (*constructor)(struct inet_frag_queue *q, argument 112 void (*destructor)(struct inet_frag_queue *); 140 void inet_frag_kill(struct inet_frag_queue *q, int *refs); 141 void inet_frag_destroy(struct inet_frag_queue *q); 142 struct inet_frag_queue *inet_frag_find(struct fqdir *fqdir, void *key); 148 static inline void inet_frag_putn(struct inet_frag_queue *q, int refs) in inet_frag_putn() 186 int inet_frag_queue_insert(struct inet_frag_queue *q, struct sk_buff *skb, 188 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb, 190 void inet_frag_reasm_finish(struct inet_frag_queue *q, struct sk_buff *head, [all …]
|
H A D | ipv6_frag.h | 24 struct inet_frag_queue q; 32 static inline void ip6frag_init(struct inet_frag_queue *q, const void *a) in ip6frag_init() 49 const struct inet_frag_queue *fq = data; in ip6frag_obj_hashfn() 59 const struct inet_frag_queue *fq = ptr; in ip6frag_obj_cmpfn()
|
/linux/net/ipv4/ |
H A D | inet_fragment.c | 57 static void fragrun_append_to_last(struct inet_frag_queue *q, in fragrun_append_to_last() 68 static void fragrun_create(struct inet_frag_queue *q, struct sk_buff *skb) in fragrun_create() 133 struct inet_frag_queue *fq = ptr; in inet_frags_free_cb() 228 void inet_frag_kill(struct inet_frag_queue *fq, int *refs) in inet_frag_kill() 257 struct inet_frag_queue *q = container_of(head, struct inet_frag_queue, in inet_frag_destroy_rcu() 289 void inet_frag_destroy(struct inet_frag_queue *q) in inet_frag_destroy() 314 static struct inet_frag_queue *inet_frag_alloc(struct fqdir *fqdir, in inet_frag_alloc() 318 struct inet_frag_queue *q; in inet_frag_alloc() 336 static struct inet_frag_queue *inet_frag_create(struct fqdir *fqdir, in inet_frag_create() 338 struct inet_frag_queue **prev) in inet_frag_create() [all …]
|
H A D | ip_fragment.c | 62 struct inet_frag_queue q; 83 static void ip4_frag_init(struct inet_frag_queue *q, const void *a) in ip4_frag_init() 102 static void ip4_frag_free(struct inet_frag_queue *q) in ip4_frag_free() 126 struct inet_frag_queue *frag = timer_container_of(frag, t, timer); in ip_expire() 208 struct inet_frag_queue *q; in ip_find() 719 const struct inet_frag_queue *fq = data; in ip4_obj_hashfn() 728 const struct inet_frag_queue *fq = ptr; in ip4_obj_cmpfn() 734 .head_offset = offsetof(struct inet_frag_queue, node), 735 .key_offset = offsetof(struct inet_frag_queue, key),
|
/linux/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 37 static void lowpan_frag_init(struct inet_frag_queue *q, const void *a) in lowpan_frag_init() 47 struct inet_frag_queue *frag = timer_container_of(frag, t, timer); in lowpan_frag_expire() 72 struct inet_frag_queue *q; in fq_find() 501 const struct inet_frag_queue *fq = data; in lowpan_obj_hashfn() 510 const struct inet_frag_queue *fq = ptr; in lowpan_obj_cmpfn() 516 .head_offset = offsetof(struct inet_frag_queue, node),
|
H A D | 6lowpan_i.h | 30 struct inet_frag_queue q;
|
/linux/net/ipv6/netfilter/ |
H A D | nf_conntrack_reasm.c | 136 struct inet_frag_queue *frag = timer_container_of(frag, t, timer); in nf_ct_frag6_expire() 156 struct inet_frag_queue *q; in fq_find() 547 .head_offset = offsetof(struct inet_frag_queue, node),
|