Name

skb_gso_mac_seglen — Return length of individual segments of a gso packet

Synopsis

unsigned int skb_gso_mac_seglen (const struct sk_buff * skb);
 

Arguments

skb

GSO skb

Description

skb_gso_mac_seglen is used to determine the real size of the individual segments, including MAC/L2, Layer3 (IP, IPv6) and L4 headers (TCP/UDP).