summaryrefslogtreecommitdiff
path: root/include/net/if_inet6.h
diff options
context:
space:
mode:
authorVijay Subramanian <subramanian.vijay@gmail.com>2014-10-02 21:00:43 +0400
committerDavid S. Miller <davem@davemloft.net>2014-10-05 04:34:25 +0400
commitc8753d55afb436fd6a25c8bbe8d783f6dcf1c9f8 (patch)
tree4d0cffb662c877a9a15bdf7bb84f2db35f4c33ec /include/net/if_inet6.h
parent9fab426de78140dc5cb0b85bbee6042c9c3d5ca5 (diff)
downloadlinux-c8753d55afb436fd6a25c8bbe8d783f6dcf1c9f8.tar.xz
net: Cleanup skb cloning by adding SKB_FCLONE_FREE
SKB_FCLONE_UNAVAILABLE has overloaded meaning depending on type of skb. 1: If skb is allocated from head_cache, it indicates fclone is not available. 2: If skb is a companion fclone skb (allocated from fclone_cache), it indicates it is available to be used. To avoid confusion for case 2 above, this patch replaces SKB_FCLONE_UNAVAILABLE with SKB_FCLONE_FREE where appropriate. For fclone companion skbs, this indicates it is free for use. SKB_FCLONE_UNAVAILABLE will now simply indicate skb is from head_cache and cannot / will not have a companion fclone. Signed-off-by: Vijay Subramanian <subramanian.vijay@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/if_inet6.h')
0 files changed, 0 insertions, 0 deletions