Query: skb_segment
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_SEGMENT(9) Linux Networking SKB_SEGMENT(9)NAMEskb_segment - Perform protocol segmentation on skb.SYNOPSISstruct sk_buff * skb_segment(struct sk_buff * head_skb, netdev_features_t features);ARGUMENTShead_skb buffer to segment features features for the output path (see dev->features)DESCRIPTIONThis 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).COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_SEGMENT(9)
| Related Man Pages |
|---|
| __skb_recv_datagram(9) - centos |
| device_create(9) - centos |
| device_create_vargs(9) - centos |
| struct_sk_buff(9) - centos |
| wimax_msg_alloc(9) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| CentOS7 restoring file capabilities |
| [TIP] Processing YAML files with yq |