skb_gso_segment

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

skb_gso_segment - Perform segmentation on skb.

SYNOPSIS

struct sk_buff * skb_gso_segment(struct sk_buff * skb, int features);

ARGUMENTS

skb

buffer to segment

features

features for the output path (see dev->features)

DESCRIPTION

This function segments the given skb and returns a list of segments.

It may return NULL if the skb requires no segmentation. This is only possible when GSO is used for verifying header integrity.