Home
last modified time | relevance | path

Searched refs:xfrm_selector (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dxfrm.h49 struct xfrm_selector { struct
373 struct xfrm_selector sel;
419 struct xfrm_selector sel;
436 struct xfrm_selector sel;
444 struct xfrm_selector sel;
468 struct xfrm_selector sel;
/linux-6.6.21/include/net/
Dxfrm.h187 struct xfrm_selector sel;
535 struct xfrm_selector selector;
598 int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr);
599 int (*migrate)(const struct xfrm_selector *sel,
915 bool xfrm_selector_match(const struct xfrm_selector *sel,
1741 struct xfrm_selector *sel,
1762 int km_migrate(const struct xfrm_selector *sel, u8 dir, u8 type,
1771 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type,
1780 int km_report(struct net *net, u8 proto, struct xfrm_selector *sel,
/linux-6.6.21/net/xfrm/
Dxfrm_compat.c24 struct xfrm_selector sel;
33 struct xfrm_selector sel;
48 struct xfrm_selector sel;
Dxfrm_hash.h146 static inline unsigned int __sel_hash(const struct xfrm_selector *sel, in __sel_hash()
Dxfrm_policy.c198 __xfrm4_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm4_selector_match()
211 __xfrm6_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm6_selector_match()
223 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, in xfrm_selector_match()
485 const struct xfrm_selector *sel, in policy_hash_bysel()
1407 static inline int selector_cmp(struct xfrm_selector *s1, struct xfrm_selector *s2) in selector_cmp()
1411 int len = sizeof(struct xfrm_selector) / sizeof(u32); in selector_cmp()
1626 u32 if_id, u8 type, int dir, struct xfrm_selector *sel, in __xfrm_policy_bysel_ctx()
1648 u8 type, int dir, struct xfrm_selector *sel, in xfrm_policy_bysel_ctx()
1972 const struct xfrm_selector *sel = &pol->selector; in xfrm_policy_match()
4277 struct xfrm_selector *sel = &xp->selector; in xfrm_audit_common_policyinfo()
[all …]
Dxfrm_user.c2911 const struct xfrm_selector *sel, in build_migrate()
2956 static int xfrm_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_send_migrate()
2977 static int xfrm_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_send_migrate()
3725 struct xfrm_selector *sel, xfrm_address_t *addr) in build_report()
3750 struct xfrm_selector *sel, xfrm_address_t *addr) in xfrm_send_report()
Dxfrm_state.c902 __xfrm4_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl) in __xfrm4_init_tempsel()
920 __xfrm6_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl) in __xfrm6_init_tempsel()
2467 int km_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in km_migrate()
2491 int km_report(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr) in km_report()
/linux-6.6.21/net/ipv6/
Dmip6.c203 struct xfrm_selector sel; in mip6_destopt_reject()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c1002 struct xfrm_selector *sel = &x->selector; in mlx5e_xfrm_validate_policy()
1065 struct xfrm_selector *sel; in mlx5e_ipsec_build_accel_pol_attrs()
/linux-6.6.21/net/key/
Daf_key.c2367 struct xfrm_selector sel; in pfkey_spddelete()
2555 struct xfrm_selector sel; in pfkey_migrate()
3464 const struct xfrm_selector *sel) in set_sadb_address()
3548 static int pfkey_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in pfkey_send_migrate()
3659 static int pfkey_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in pfkey_send_migrate()
/linux-6.6.21/include/linux/
Dsecurity.h182 struct xfrm_selector;