|
@@ -265,7 +265,7 @@ struct xfrm_dst;
|
|
struct xfrm_policy_afinfo {
|
|
struct xfrm_policy_afinfo {
|
|
unsigned short family;
|
|
unsigned short family;
|
|
struct dst_ops *dst_ops;
|
|
struct dst_ops *dst_ops;
|
|
- void (*garbage_collect)(void);
|
|
|
|
|
|
+ void (*garbage_collect)(struct net *net);
|
|
struct dst_entry *(*dst_lookup)(int tos, xfrm_address_t *saddr,
|
|
struct dst_entry *(*dst_lookup)(int tos, xfrm_address_t *saddr,
|
|
xfrm_address_t *daddr);
|
|
xfrm_address_t *daddr);
|
|
int (*get_saddr)(xfrm_address_t *saddr, xfrm_address_t *daddr);
|
|
int (*get_saddr)(xfrm_address_t *saddr, xfrm_address_t *daddr);
|