Searched refs:inet_frag_reasm_prepare (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/include/net/ |
D | inet_frag.h | 188 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb,
|
/linux-6.6.21/net/ipv4/ |
D | inet_fragment.c | 447 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb, in inet_frag_reasm_prepare() function 514 EXPORT_SYMBOL(inet_frag_reasm_prepare);
|
D | ip_fragment.c | 429 reasm_data = inet_frag_reasm_prepare(&qp->q, skb, prev_tail); in ip_frag_reasm()
|
/linux-6.6.21/net/ieee802154/6lowpan/ |
D | reassembly.c | 171 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in lowpan_frag_reasm()
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 326 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in nf_ct_frag6_reasm()
|
/linux-6.6.21/net/ipv6/ |
D | reassembly.c | 271 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in ip6_frag_reasm()
|