1SKB_SEGMENT(9) Linux Networking SKB_SEGMENT(9)
2
3
4
6 skb_segment - Perform protocol segmentation on skb.
7
9 struct sk_buff * skb_segment(struct sk_buff * skb, int features);
10
12 skb
13 buffer to segment
14
15 features
16 features for the output path (see dev->features)
17
19 This function performs segmentation on the given skb. It returns a
20 pointer to the first in a list of new skbs for the segments. In case of
21 error it returns ERR_PTR(err).
22
24Kernel Hackers Manual 2.6. June 2019 SKB_SEGMENT(9)