1SKB_MAC_GSO_SEGMENT(9) Network device support SKB_MAC_GSO_SEGMENT(9)
23
4
NAME
6skb_mac_gso_segment - mac layer segmentation handler.
7
SYNOPSIS
9struct sk_buff * skb_mac_gso_segment(struct sk_buff * skb,
10int features);
11
ARGUMENTS
13skb
14buffer to segment
1516
features
17features for the output path (see dev->features)
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 SKB_MAC_GSO_SEGMENT(9)