Rechercher une page de manuel
skb_segment
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
skb_segment - Perform protocol segmentation on skb.SYNOPSIS
- struct sk_buff * skb_segment(struct sk_buff * skb, int features);
ARGUMENTS
skb
- buffer to segment
features
- features for the output path (see dev->features)
DESCRIPTION
This function performs segmentation on the given skb. It returns a pointer to the first in a list of new skbs for the segments. In case of error it returns ERR_PTR(err).
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre