1SKB_GSO_SEGMENT(9) Network device support SKB_GSO_SEGMENT(9)
2
3
4
6 skb_gso_segment - Perform segmentation on skb.
7
9 struct sk_buff * skb_gso_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 segments the given skb and returns a list of segments.
20
21 It may return NULL if the skb requires no segmentation. This is only
22 possible when GSO is used for verifying header integrity.
23
25Kernel Hackers Manual 2.6. November 2011 SKB_GSO_SEGMENT(9)