Name
skb_gso_segment — 
     Perform segmentation on skb.
 
Synopsis
| struct sk_buff * fsfuncskb_gso_segment ( | struct sk_buff * skb, | 
|  | u32 features ); | 
 
Arguments
- skb
- 
     buffer to segment
     
- features
- 
     features for the output path (see dev->features)
     
Description
   This function segments the given skb and returns a list of segments.
   
   It may return NULL if the skb requires no segmentation.  This is
   only possible when GSO is used for verifying header integrity.