Symbol: xfrm_tmpl
include/net/xfrm.h
1197
__xfrm4_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x)
include/net/xfrm.h
1204
__xfrm6_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x)
include/net/xfrm.h
1211
xfrm_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, unsigned short family)
include/net/xfrm.h
1690
struct xfrm_tmpl *tmpl,
include/net/xfrm.h
1732
void xfrm_tmpl_sort(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n,
include/net/xfrm.h
1737
static inline void xfrm_tmpl_sort(struct xfrm_tmpl **d, struct xfrm_tmpl **s,
include/net/xfrm.h
402
struct xfrm_tmpl;
include/net/xfrm.h
403
int km_query(struct xfrm_state *x, struct xfrm_tmpl *t,
include/net/xfrm.h
662
struct xfrm_tmpl xfrm_vec[XFRM_MAX_DEPTH];
include/net/xfrm.h
708
int (*acquire)(struct xfrm_state *x, struct xfrm_tmpl *, struct xfrm_policy *xp);
net/key/af_key.c
1963
struct xfrm_tmpl *t = xp->xfrm_vec + xp->xfrm_nr;
net/key/af_key.c
2047
const struct xfrm_tmpl *t;
net/key/af_key.c
2173
const struct xfrm_tmpl *t = xp->xfrm_vec + i;
net/key/af_key.c
2896
static inline int aalg_tmpl_set(const struct xfrm_tmpl *t,
net/key/af_key.c
2907
static inline int ealg_tmpl_set(const struct xfrm_tmpl *t,
net/key/af_key.c
2918
static int count_ah_combs(const struct xfrm_tmpl *t)
net/key/af_key.c
2934
static int count_esp_combs(const struct xfrm_tmpl *t)
net/key/af_key.c
2964
static int dump_ah_combs(struct sk_buff *skb, const struct xfrm_tmpl *t)
net/key/af_key.c
3002
static int dump_esp_combs(struct sk_buff *skb, const struct xfrm_tmpl *t)
net/key/af_key.c
3170
static int pfkey_send_acquire(struct xfrm_state *x, struct xfrm_tmpl *t, struct xfrm_policy *xp)
net/xfrm/xfrm_policy.c
2438
newp->xfrm_nr*sizeof(struct xfrm_tmpl));
net/xfrm/xfrm_policy.c
2500
struct xfrm_tmpl *tmpl = &policy->xfrm_vec[i];
net/xfrm/xfrm_policy.c
3382
xfrm_state_ok(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x,
net/xfrm/xfrm_policy.c
3406
xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start,
net/xfrm/xfrm_policy.c
3801
struct xfrm_tmpl *tp[XFRM_MAX_DEPTH];
net/xfrm/xfrm_policy.c
3802
struct xfrm_tmpl *stp[XFRM_MAX_DEPTH];
net/xfrm/xfrm_policy.c
3803
struct xfrm_tmpl **tpp = tp;
net/xfrm/xfrm_policy.c
4536
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
1350
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
2439
const struct xfrm_tmpl *v = p;
net/xfrm/xfrm_state.c
2472
xfrm_tmpl_sort(struct xfrm_tmpl **dst, struct xfrm_tmpl **src, int n,
net/xfrm/xfrm_state.c
2775
int km_query(struct xfrm_state *x, struct xfrm_tmpl *t, struct xfrm_policy *pol)
net/xfrm/xfrm_user.c
2035
struct xfrm_tmpl *t = &xp->xfrm_vec[i];
net/xfrm/xfrm_user.c
2299
struct xfrm_tmpl *kp = &xp->xfrm_vec[i];
net/xfrm/xfrm_user.c
3046
struct xfrm_tmpl *t = &xp->xfrm_vec[i];
net/xfrm/xfrm_user.c
3810
struct xfrm_tmpl *xt, struct xfrm_policy *xp)
net/xfrm/xfrm_user.c
3853
static int xfrm_send_acquire(struct xfrm_state *x, struct xfrm_tmpl *xt,
tools/testing/selftests/net/ipsec.c
1382
struct xfrm_user_tmpl xfrm_tmpl = {};
tools/testing/selftests/net/ipsec.c
1400
xfrm_tmpl.family = AF_INET;
tools/testing/selftests/net/ipsec.c
1401
xfrm_tmpl.id.proto = IPPROTO_ESP;
tools/testing/selftests/net/ipsec.c
1402
if (rtattr_pack(&req.nh, sizeof(req), XFRMA_TMPL, &xfrm_tmpl, sizeof(xfrm_tmpl)))