suse man page for skb_gso_segment

Query: skb_gso_segment

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SKB_GSO_SEGMENT(9)					      Network device support						SKB_GSO_SEGMENT(9)

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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SKB_GSO_SEGMENT(9)
Related Man Pages
wimax_msg_alloc(9) - suse
cfg80211_testmode_alloc_reply_skb(9) - centos
ieee80211_get_buffered_bc(9) - centos
struct_sk_buff(9) - centos
vconfig(8) - debian
Similar Topics in the Unix Linux Community
TuxOnIce stalls 3 times before resuming