Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dxfrm.h50 struct xfrm_selector { struct
389 struct xfrm_selector sel;
435 struct xfrm_selector sel;
453 struct xfrm_selector sel;
461 struct xfrm_selector sel;
485 struct xfrm_selector sel;
/linux-6.15/include/net/
H A Dxfrm.h197 struct xfrm_selector sel;
639 struct xfrm_selector selector;
701 int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr);
702 int (*migrate)(const struct xfrm_selector *sel,
1018 bool xfrm_selector_match(const struct xfrm_selector *sel,
1866 struct xfrm_selector *sel,
1887 int km_migrate(const struct xfrm_selector *sel, u8 dir, u8 type,
1896 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type,
1905 int km_report(struct net *net, u8 proto, struct xfrm_selector *sel,
/linux-6.15/net/xfrm/
H A Dxfrm_compat.c24 struct xfrm_selector sel;
33 struct xfrm_selector sel;
48 struct xfrm_selector sel;
H A Dxfrm_hash.h146 static inline unsigned int __sel_hash(const struct xfrm_selector *sel, in __sel_hash()
H A Dxfrm_policy.c217 __xfrm4_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm4_selector_match()
230 __xfrm6_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm6_selector_match()
537 const struct xfrm_selector *sel, in policy_hash_bysel()
1444 static inline int selector_cmp(struct xfrm_selector *s1, struct xfrm_selector *s2) in selector_cmp()
1448 int len = sizeof(struct xfrm_selector) / sizeof(u32); in selector_cmp()
1630 u32 if_id, u8 type, int dir, struct xfrm_selector *sel, in __xfrm_policy_bysel_ctx()
1652 u8 type, int dir, struct xfrm_selector *sel, in xfrm_policy_bysel_ctx()
1974 const struct xfrm_selector *sel = &pol->selector; in xfrm_policy_match()
3607 const struct xfrm_selector *sel, in xfrm_selector_inner_icmp_match()
4415 struct xfrm_selector *sel = &xp->selector; in xfrm_audit_common_policyinfo()
[all …]
H A Dxfrm_user.c3161 const struct xfrm_selector *sel, in build_migrate()
3206 static int xfrm_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_send_migrate()
3227 static int xfrm_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_send_migrate()
4050 struct xfrm_selector *sel, xfrm_address_t *addr) in build_report()
4075 struct xfrm_selector *sel, xfrm_address_t *addr) in xfrm_send_report()
H A Dxfrm_state.c1041 __xfrm4_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl) in __xfrm4_init_tempsel()
1059 __xfrm6_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl) in __xfrm6_init_tempsel()
2810 int km_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in km_migrate()
2834 int km_report(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr) in km_report()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c1057 struct xfrm_selector *sel) in mlx5e_ipsec_policy_mask()
1086 struct xfrm_selector *sel = &x->selector; in mlx5e_xfrm_validate_policy()
1149 struct xfrm_selector *sel; in mlx5e_ipsec_build_accel_pol_attrs()
/linux-6.15/net/ipv6/
H A Dmip6.c203 struct xfrm_selector sel; in mip6_destopt_reject()
/linux-6.15/net/key/
H A Daf_key.c2368 struct xfrm_selector sel; in pfkey_spddelete()
2556 struct xfrm_selector sel; in pfkey_migrate()
3465 const struct xfrm_selector *sel) in set_sadb_address()
3549 static int pfkey_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in pfkey_send_migrate()
3660 static int pfkey_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in pfkey_send_migrate()
/linux-6.15/include/linux/
H A Dsecurity.h213 struct xfrm_selector;