SKB_MAC_GSO_SEGMENT(9) | Network device support | SKB_MAC_GSO_SEGMENT(9) |
NAME¶
skb_mac_gso_segment - mac layer segmentation handler.
SYNOPSIS¶
struct sk_buff * skb_mac_gso_segment(struct sk_buff * skb, int features);
ARGUMENTS¶
skb
buffer to segment
features
features for the output path (see dev->features)
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |