Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Doffload.c72 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG); in sctp_gso_segment()
/openbmc/linux/net/ipv6/
H A Dudp_offload.c109 segs = skb_segment(skb, features); in udp6_ufo_fragment()
/openbmc/linux/net/ipv4/
H A Dudp_offload.c294 /* Detect modified geometry and pass those to skb_segment. */ in __udp_gso_segment()
316 /* clear destructor to avoid skb_segment assigning it to tail */ in __udp_gso_segment()
323 segs = skb_segment(gso_skb, features); in __udp_gso_segment()
458 segs = skb_segment(skb, features);
H A Dtcp_offload.c106 segs = skb_segment(skb, features); in tcp_gso_segment()
/openbmc/linux/Documentation/networking/
H A Dsegmentation-offloads.rst165 padded and stored as chained skbs, and skb_segment() splits based on those.
/openbmc/linux/net/core/
H A Dskbuff.c4438 struct sk_buff *skb_segment(struct sk_buff *head_skb, in skb_segment() function
4787 EXPORT_SYMBOL_GPL(skb_segment);
/openbmc/linux/include/linux/
H A Dskbuff.h4023 struct sk_buff *skb_segment(struct sk_buff *skb, netdev_features_t features);
/openbmc/linux/lib/
H A Dtest_bpf.c14744 segs = skb_segment(skb, test->features); in test_skb_segment_single()