netns xfrm: ->dst_lookup in netns
[deliverable/linux.git] / include / net / xfrm.h
index f3ea1607c595456114ff7c6453a92c667d3446b4..b16d4c0b16e0cad93ea7c44f6d4f044558ced5b3 100644 (file)
@@ -266,7 +266,8 @@ struct xfrm_policy_afinfo {
        unsigned short          family;
        struct dst_ops          *dst_ops;
        void                    (*garbage_collect)(struct net *net);
-       struct dst_entry        *(*dst_lookup)(int tos, xfrm_address_t *saddr,
+       struct dst_entry        *(*dst_lookup)(struct net *net, int tos,
+                                              xfrm_address_t *saddr,
                                               xfrm_address_t *daddr);
        int                     (*get_saddr)(xfrm_address_t *saddr, xfrm_address_t *daddr);
        struct dst_entry        *(*find_bundle)(struct flowi *fl, struct xfrm_policy *policy);
This page took 0.045708 seconds and 5 git commands to generate.