Home
last modified time | relevance | path

Searched refs:skb_segment (Results 1 – 8 of 8) sorted by relevance

/linux/net/sctp/
H A Doffload.c72 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG); in sctp_gso_segment()
/linux/net/ipv6/
H A Dudp_offload.c109 segs = skb_segment(skb, features); in udp6_ufo_fragment()
/linux/net/ipv4/
H A Dudp_offload.c329 segs = skb_segment(gso_skb, features); in __udp_gso_segment()
472 segs = skb_segment(skb, features); in udp4_ufo_fragment()
H A Dtcp_offload.c179 segs = skb_segment(skb, features); in tcp_gso_segment()
/linux/net/core/
H A Dnet_test.c229 segs = skb_segment(skb, features); in gso_test_func()
H A Dskbuff.c4601 struct sk_buff *skb_segment(struct sk_buff *head_skb, in skb_segment() function
4950 EXPORT_SYMBOL_GPL(skb_segment);
/linux/Documentation/networking/
H A Dsegmentation-offloads.rst165 padded and stored as chained skbs, and skb_segment() splits based on those.
/linux/lib/
H A Dtest_bpf.c15148 segs = skb_segment(skb, test->features); in test_skb_segment_single()