Home
last modified time | relevance | path

Searched refs:inet_frag_reasm_prepare (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/include/net/
Dinet_frag.h188 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb,
/linux-6.6.21/net/ipv4/
Dinet_fragment.c447 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);
Dip_fragment.c429 reasm_data = inet_frag_reasm_prepare(&qp->q, skb, prev_tail); in ip_frag_reasm()
/linux-6.6.21/net/ieee802154/6lowpan/
Dreassembly.c171 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in lowpan_frag_reasm()
/linux-6.6.21/net/ipv6/netfilter/
Dnf_conntrack_reasm.c326 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in nf_ct_frag6_reasm()
/linux-6.6.21/net/ipv6/
Dreassembly.c271 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in ip6_frag_reasm()