Searched refs:inet_frag_reasm_prepare (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | inet_frag.h | 178 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb,
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | inet_fragment.c | 410 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb, in inet_frag_reasm_prepare() function 477 EXPORT_SYMBOL(inet_frag_reasm_prepare);
|
| H A D | ip_fragment.c | 421 reasm_data = inet_frag_reasm_prepare(&qp->q, skb, prev_tail); in ip_frag_reasm()
|
| /OK3568_Linux_fs/kernel/net/ieee802154/6lowpan/ |
| H A D | reassembly.c | 170 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in lowpan_frag_reasm()
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | nf_conntrack_reasm.c | 328 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in nf_ct_frag6_reasm()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | reassembly.c | 265 reasm_data = inet_frag_reasm_prepare(&fq->q, skb, prev_tail); in ip6_frag_reasm()
|