Symbol: xfrm_tmpl
include/net/xfrm.h
1217
__xfrm4_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x)
include/net/xfrm.h
1224
__xfrm6_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x)
include/net/xfrm.h
1231
xfrm_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, unsigned short family)
include/net/xfrm.h
1710
struct xfrm_tmpl *tmpl,
include/net/xfrm.h
1752
void xfrm_tmpl_sort(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n,
include/net/xfrm.h
1757
static inline void xfrm_tmpl_sort(struct xfrm_tmpl **d, struct xfrm_tmpl **s,
include/net/xfrm.h
404
struct xfrm_tmpl;
include/net/xfrm.h
405
int km_query(struct xfrm_state *x, struct xfrm_tmpl *t,
include/net/xfrm.h
664
struct xfrm_tmpl xfrm_vec[XFRM_MAX_DEPTH];
include/net/xfrm.h
720
int (*acquire)(struct xfrm_state *x, struct xfrm_tmpl *, struct xfrm_policy *xp);
net/key/af_key.c
1964
struct xfrm_tmpl *t = xp->xfrm_vec + xp->xfrm_nr;
net/key/af_key.c
2048
const struct xfrm_tmpl *t;
net/key/af_key.c
2174
const struct xfrm_tmpl *t = xp->xfrm_vec + i;
net/key/af_key.c
2897
static inline int aalg_tmpl_set(const struct xfrm_tmpl *t,
net/key/af_key.c
2908
static inline int ealg_tmpl_set(const struct xfrm_tmpl *t,
net/key/af_key.c
2919
static int count_ah_combs(const struct xfrm_tmpl *t)
net/key/af_key.c
2935
static int count_esp_combs(const struct xfrm_tmpl *t)
net/key/af_key.c
2965
static int dump_ah_combs(struct sk_buff *skb, const struct xfrm_tmpl *t)
net/key/af_key.c
3003
static int dump_esp_combs(struct sk_buff *skb, const struct xfrm_tmpl *t)
net/key/af_key.c
3171
static int pfkey_send_acquire(struct xfrm_state *x, struct xfrm_tmpl *t, struct xfrm_policy *xp)
net/xfrm/xfrm_policy.c
2432
newp->xfrm_nr*sizeof(struct xfrm_tmpl));
net/xfrm/xfrm_policy.c
2494
struct xfrm_tmpl *tmpl = &policy->xfrm_vec[i];
net/xfrm/xfrm_policy.c
3376
xfrm_state_ok(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x,
net/xfrm/xfrm_policy.c
3400
xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start,
net/xfrm/xfrm_policy.c
3795
struct xfrm_tmpl *tp[XFRM_MAX_DEPTH];
net/xfrm/xfrm_policy.c
3796
struct xfrm_tmpl *stp[XFRM_MAX_DEPTH];
net/xfrm/xfrm_policy.c
3797
struct xfrm_tmpl **tpp = tp;
net/xfrm/xfrm_policy.c
4531
static int migrate_tmpl_match(const struct xfrm_migrate *m, const struct xfrm_tmpl *t)
net/xfrm/xfrm_state.c
1073
const struct xfrm_tmpl *tmpl,
net/xfrm/xfrm_state.c
1357
const struct flowi *fl, struct xfrm_tmpl *tmpl,
net/xfrm/xfrm_state.c
232
int km_query(struct xfrm_state *x, struct xfrm_tmpl *t, struct xfrm_policy *pol);
net/xfrm/xfrm_state.c
2488
const struct xfrm_tmpl *v = p;
net/xfrm/xfrm_state.c
2521
xfrm_tmpl_sort(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n,
net/xfrm/xfrm_state.c
2824
int km_query(struct xfrm_state *x, struct xfrm_tmpl *t, struct xfrm_policy *pol)
net/xfrm/xfrm_user.c
2082
struct xfrm_tmpl *t = &xp->xfrm_vec[i];
net/xfrm/xfrm_user.c
2344
struct xfrm_tmpl *kp = &xp->xfrm_vec[i];
net/xfrm/xfrm_user.c
3091
struct xfrm_tmpl *t = &xp->xfrm_vec[i];
net/xfrm/xfrm_user.c
4192
struct xfrm_tmpl *xt, struct xfrm_policy *xp)
net/xfrm/xfrm_user.c
4235
static int xfrm_send_acquire(struct xfrm_state *x, struct xfrm_tmpl *xt,
tools/testing/selftests/net/ipsec.c
1379
struct xfrm_user_tmpl xfrm_tmpl = {};
tools/testing/selftests/net/ipsec.c
1397
xfrm_tmpl.family = AF_INET;
tools/testing/selftests/net/ipsec.c
1398
xfrm_tmpl.id.proto = IPPROTO_ESP;
tools/testing/selftests/net/ipsec.c
1399
if (rtattr_pack(&req.nh, sizeof(req), XFRMA_TMPL, &xfrm_tmpl, sizeof(xfrm_tmpl)))