commit | 673c09be457bb23aa0eaaa79804cbb342210d195 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Nov 25 17:15:16 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 25 17:15:16 2008 -0800 |
tree | 9948d1859bbcd07316f5cea239b86845d6061570 | |
parent | d62ddc21b674b5ac1466091ff3fbf7baa53bc92c [diff] |
netns xfrm: add struct xfrm_state::xs_net To avoid unnecessary complications with passing netns around. * set once, very early after allocating * once set, never changes For a while create every xfrm_state in init_net. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>