/linux/include/uapi/linux/ |
H A D | xfrm.h | 50 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; 51 daddrxfrm_selector global() argument 52 saddrxfrm_selector global() argument 53 dportxfrm_selector global() argument 54 dport_maskxfrm_selector global() argument 55 sportxfrm_selector global() argument 56 sport_maskxfrm_selector global() argument 57 familyxfrm_selector global() argument 58 prefixlen_dxfrm_selector global() argument 59 prefixlen_sxfrm_selector global() argument 60 protoxfrm_selector global() argument 61 ifindexxfrm_selector global() argument 62 userxfrm_selector global() argument
|
/linux/include/net/ |
H A D | xfrm.h | 208 struct xfrm_selector sel; 649 struct xfrm_selector selector; 711 int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr); 712 int (*migrate)(const struct xfrm_selector *sel, 1022 bool xfrm_selector_match(const struct xfrm_selector *sel, 1870 struct xfrm_selector *sel, 1891 int km_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, 1903 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, 1913 int km_report(struct net *net, u8 proto, struct xfrm_selector *sel,
|
/linux/net/xfrm/ |
H A D | xfrm_compat.c | 24 struct xfrm_selector sel; 33 struct xfrm_selector sel; 48 struct xfrm_selector sel;
|
H A D | xfrm_hash.h | 146 static inline unsigned int __sel_hash(const struct xfrm_selector *sel, in __sel_hash()
|
H A D | xfrm_policy.c | 217 __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() 242 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, in xfrm_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 *se in xfrm_policy_match() [all...] |
H A D | xfrm_state.c | 1034 __xfrm4_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl) in __xfrm4_init_tempsel() 1052 __xfrm6_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl) in __xfrm6_init_tempsel() 2823 int km_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in km_migrate() 2847 int km_report(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr) in km_report()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec.c | 1129 struct xfrm_selector *sel) in mlx5e_ipsec_policy_mask() 1158 struct xfrm_selector *sel = &x->selector; in mlx5e_xfrm_validate_policy() 1221 struct xfrm_selector *sel; in mlx5e_ipsec_build_accel_pol_attrs()
|
/linux/net/ipv6/ |
H A D | mip6.c | 203 struct xfrm_selector sel; in mip6_destopt_reject()
|
/linux/net/key/ |
H A D | af_key.c | 2368 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/include/linux/ |
H A D | security.h | 211 struct xfrm_selector;
|