skb_segment(9) suse man page | unix.com

Man Page: skb_segment

Operating Environment: suse

Section: 9

SKB_SEGMENT(9)							 Linux Networking						    SKB_SEGMENT(9)

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
Kernel Hackers Manual 2.6. July 2010 SKB_SEGMENT(9)
Related Man Pages
wimax_msg_alloc(9) - suse
wimax_msg_alloc(9) - centos
vconfig(8) - debian
__skb_recv_datagram(9) - suse
tc-ife(8) - mojave
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Change directory error
Getting command output to putty window title.
Cut command on RHEL 6.8 compatibility issues