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
266 struct net *net; member
1070 struct net *net = dev_net(skb->dev); in __xfrm_policy_check2() local
1128 struct net *net = dev_net(skb->dev); in xfrm_route_forward() local
1210 static inline void xfrm_garbage_collect(struct net *net) in xfrm_garbage_collect()
1431 static inline void xfrm_sysctl_fini(struct net *net) in xfrm_sysctl_fini()
1474 int n, unsigned short family, struct net *net) in xfrm_tmpl_sort()
1672 static inline int xfrm_aevent_is_on(struct net *net) in xfrm_aevent_is_on()
1685 static inline int xfrm_acquire_is_on(struct net *net) in xfrm_acquire_is_on()