Name
skb_gso_transport_seglen — 
     Return length of individual segments of a gso packet
 
Synopsis
| unsigned int fsfuncskb_gso_transport_seglen ( | const struct sk_buff * skb ); | 
 
Description
   skb_gso_transport_seglen is used to determine the real size of the
   individual segments, including Layer4 headers (TCP/UDP).
   
   The MAC/L2 or network (IP, IPv6) headers are not accounted for.