1. NAME

skb_mac_gso_segment - mac layer segmentation handler.

2. SYNOPSIS

struct sk_buff * skb_mac_gso_segment(struct sk_buff *  skb , netdev_features_t  features );

3. ARGUMENTS

skb
    buffer to segment

features
    features for the output path (see dev->features)

4. COPYRIGHT