Query: __skb_gso_segment
OS: centos
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.SYNOPSISstruct sk_buff * __skb_gso_segment(struct sk_buff * skb, netdev_features_t features, bool tx_path);ARGUMENTSskb buffer to segment features features for the output path (see dev->features) tx_path whether it is called in TX pathDESCRIPTIONThis 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 __SKB_GSO_SEGMENT(9)
Related Man Pages |
---|
__skb_recv_datagram(9) - centos |
struct_ieee80211_tx_rate_control(9) - centos |
vconfig(8) - suse |
__skb_recv_datagram(9) - suse |
ieee80211_get_buffered_bc(9) - suse |
Similar Topics in the Unix Linux Community |
---|
TuxOnIce stalls 3 times before resuming |