commit | 7af8f4ca314a592e2ba49cb5ea1de1325974998e | [log] [tgz] |
---|---|---|
author | Florian Westphal <[email protected]> | Tue Dec 18 17:15:19 2018 +0100 |
committer | David S. Miller <[email protected]> | Wed Dec 19 11:21:37 2018 -0800 |
tree | d5c8d8986c2ca44f3e4c4274b927bae8caa2a00d | |
parent | 0ca64da128b816b2826e9b469f47239c47f1df31 [diff] |
net: move secpath_exist helper to sk_buff.h Future patch will remove skb->sp pointer. To reduce noise in those patches, move existing helper to sk_buff and use it in more places to ease skb->sp replacement later. Signed-off-by: Florian Westphal <[email protected]> Signed-off-by: David S. Miller <[email protected]>