|
@@ -300,7 +300,8 @@ struct xfrm_state_afinfo {
|
|
const struct xfrm_type *type_map[IPPROTO_MAX];
|
|
const struct xfrm_type *type_map[IPPROTO_MAX];
|
|
struct xfrm_mode *mode_map[XFRM_MODE_MAX];
|
|
struct xfrm_mode *mode_map[XFRM_MODE_MAX];
|
|
int (*init_flags)(struct xfrm_state *x);
|
|
int (*init_flags)(struct xfrm_state *x);
|
|
- void (*init_tempsel)(struct xfrm_selector *sel, struct flowi *fl);
|
|
|
|
|
|
+ void (*init_tempsel)(struct xfrm_selector *sel,
|
|
|
|
+ const struct flowi *fl);
|
|
void (*init_temprop)(struct xfrm_state *x, struct xfrm_tmpl *tmpl,
|
|
void (*init_temprop)(struct xfrm_state *x, struct xfrm_tmpl *tmpl,
|
|
xfrm_address_t *daddr, xfrm_address_t *saddr);
|
|
xfrm_address_t *daddr, xfrm_address_t *saddr);
|
|
int (*tmpl_sort)(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n);
|
|
int (*tmpl_sort)(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n);
|