X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fsecurity.h;h=032c366ef1c62b203134e386ad1bc8a92a6c31fe;hb=6b07a24fc38476e04f591cc17594bc1835b9efdd;hp=6c3a78ace0512267aa64ae3dfe573a89e8c01616;hpb=fea75645342c7ad574214497a78e562db12dfd7b;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/security.h b/include/linux/security.h index 6c3a78ace051..032c366ef1c6 100644 --- a/include/linux/security.h +++ b/include/linux/security.h @@ -1012,6 +1012,10 @@ static inline void security_free_mnt_opts(struct security_mnt_opts *opts) * This hook can be used by the module to update any security state * associated with the TUN device's security structure. * @security pointer to the TUN devices's security structure. + * @skb_owned_by: + * This hook sets the packet's owning sock. + * @skb is the packet. + * @sk the sock which owns the packet. * * Security hooks for XFRM operations. *