Loading include/net/netns/xfrm.h +2 −0 Original line number Diff line number Diff line Loading @@ -48,7 +48,9 @@ struct netns_xfrm { struct list_head policy_all; struct hlist_head *policy_byidx; unsigned int policy_idx_hmask; #ifndef __GENKSYMS__ unsigned int idx_generator; #endif struct hlist_head policy_inexact[XFRM_POLICY_MAX]; struct xfrm_policy_hash policy_bydst[XFRM_POLICY_MAX]; unsigned int policy_count[XFRM_POLICY_MAX * 2]; Loading Loading
include/net/netns/xfrm.h +2 −0 Original line number Diff line number Diff line Loading @@ -48,7 +48,9 @@ struct netns_xfrm { struct list_head policy_all; struct hlist_head *policy_byidx; unsigned int policy_idx_hmask; #ifndef __GENKSYMS__ unsigned int idx_generator; #endif struct hlist_head policy_inexact[XFRM_POLICY_MAX]; struct xfrm_policy_hash policy_bydst[XFRM_POLICY_MAX]; unsigned int policy_count[XFRM_POLICY_MAX * 2]; Loading