Home
last modified time | relevance | path

Searched refs:skb_segment (Results 1 – 7 of 7) 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/core/
H A Dnet_test.c229 segs = skb_segment(skb, features); in gso_test_func()
/linux/net/ipv4/
H A Dudp_offload.c549 segs = skb_segment(gso_skb, features); in __udp_gso_segment()
692 segs = skb_segment(skb, features); in udp4_ufo_fragment()
H A Dtcp_offload.c180 segs = skb_segment(skb, features); in tcp_gso_segment()
/linux/Documentation/networking/
H A Dsegmentation-offloads.rst165 padded and stored as chained skbs, and skb_segment() splits based on those.
/linux/include/linux/
H A Dskbuff.h4197 struct sk_buff *skb_segment(struct sk_buff *skb, netdev_features_t features);
/linux/lib/
H A Dtest_bpf.c15148 segs = skb_segment(skb, test->features); in test_skb_segment_single()