Lines Matching defs:net
47 #define XFRM_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.xfrm_statistics, field) argument
48 #define XFRM_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)->mib.xfrm_statistics, field) argument
49 #define XFRM_INC_STATS_USER(net, field) SNMP_INC_STATS_USER((net)-mib.xfrm_statistics, field) argument
51 #define XFRM_INC_STATS(net, field) ((void)(net)) argument
52 #define XFRM_INC_STATS_BH(net, field) ((void)(net)) argument
53 #define XFRM_INC_STATS_USER(net, field) ((void)(net)) argument
265 struct net *net; member
1067 struct net *net = dev_net(skb->dev); in __xfrm_policy_check2() local
1125 struct net *net = dev_net(skb->dev); in xfrm_route_forward() local
1201 static inline void xfrm_garbage_collect(struct net *net) in xfrm_garbage_collect()
1420 static inline void xfrm_sysctl_fini(struct net *net) in xfrm_sysctl_fini()
1463 int n, unsigned short family, struct net *net) in xfrm_tmpl_sort()
1661 static inline int xfrm_aevent_is_on(struct net *net) in xfrm_aevent_is_on()
1674 static inline int xfrm_acquire_is_on(struct net *net) in xfrm_acquire_is_on()