table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_NEEDS_LINEARIZE(9) | Linux Networking | SKB_NEEDS_LINEARIZE(9) |
NAME¶
skb_needs_linearize - check if we need to linearize a given skb depending on the given device features.SYNOPSIS¶
bool
skb_needs_linearize(struct sk_buff * skb,
netdev_features_t features);
ARGUMENTS¶
skbsocket buffer to check
features
net device features
RETURNS TRUE IF EITHER¶
1. skb has frag_list and the device doesn't support FRAGLIST, or 2. skb is fragmented and the device does not support SG.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |