1SKB_SEGMENT(9)                 Linux Networking                 SKB_SEGMENT(9)
2
3
4

NAME

6       skb_segment - Perform protocol segmentation on skb.
7

SYNOPSIS

9       struct sk_buff * skb_segment(struct sk_buff * head_skb,
10                                    netdev_features_t features);
11

ARGUMENTS

13       head_skb
14           buffer to segment
15
16       features
17           features for the output path (see dev->features)
18

DESCRIPTION

20       This function performs segmentation on the given skb. It returns a
21       pointer to the first in a list of new skbs for the segments. In case of
22       error it returns ERR_PTR(err).
23
25Kernel Hackers Manual 3.10         June 2019                    SKB_SEGMENT(9)
Impressum