table of contents
other versions
- stretch 4.9.168-1
SKB_GSO_NETWORK_SEGL(9) | Linux Networking | SKB_GSO_NETWORK_SEGL(9) |
NAME¶
skb_gso_network_seglen - Return length of individual segments of a gso packetSYNOPSIS¶
unsigned int skb_gso_network_seglen(const struct sk_buff * skb);
ARGUMENTS¶
skbGSO skb
DESCRIPTION¶
skb_gso_network_seglen is used to determine the real size of the individual segments, including Layer3 (IP, IPv6) and L4 headers (TCP/UDP).The MAC/L2 header is not accounted for.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |