Searched refs:skb_segment (Results 1 – 9 of 9) sorted by relevance
| /linux/net/sctp/ |
| H A D | offload.c | 72 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG); in sctp_gso_segment()
|
| /linux/net/ipv6/ |
| H A D | udp_offload.c | 109 segs = skb_segment(skb, features); in udp6_ufo_fragment()
|
| /linux/net/core/ |
| H A D | net_test.c | 229 segs = skb_segment(skb, features); in gso_test_func()
|
| H A D | skbuff.c | 4769 struct sk_buff *skb_segment(struct sk_buff *head_skb, in skb_segment() function 5118 EXPORT_SYMBOL_GPL(skb_segment);
|
| /linux/net/ipv4/ |
| H A D | udp_offload.c | 550 segs = skb_segment(gso_skb, features); in __udp_gso_segment() 695 segs = skb_segment(skb, features); in udp4_ufo_fragment()
|
| H A D | tcp_offload.c | 181 segs = skb_segment(skb, features); in tcp_gso_segment()
|
| /linux/Documentation/networking/ |
| H A D | segmentation-offloads.rst | 171 padded and stored as chained skbs, and skb_segment() splits based on those.
|
| /linux/include/linux/ |
| H A D | skbuff.h | 356 /* Set skb_shinfo(skb)->gso_size to this in case you want skb_segment to 4250 struct sk_buff *skb_segment(struct sk_buff *skb, netdev_features_t features);
|
| /linux/lib/ |
| H A D | test_bpf.c | 15148 segs = skb_segment(skb, test->features); in test_skb_segment_single()
|