]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/net/sctp/structs.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[mirror_ubuntu-jammy-kernel.git] / include / net / sctp / structs.h
index 3cc913f328cdb3b6e26d5990a896abf354674277..314a2fa21d6b5e2f9de34672a010b920645490f3 100644 (file)
@@ -1243,6 +1243,9 @@ struct sctp_ep_common {
        /* What socket does this endpoint belong to?  */
        struct sock *sk;
 
+       /* Cache netns and it won't change once set */
+       struct net *net;
+
        /* This is where we receive inbound chunks.  */
        struct sctp_inq   inqueue;