Searched refs:xfrm_selector (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | xfrm.h | 49 struct xfrm_selector { struct 367 struct xfrm_selector sel; 412 struct xfrm_selector sel; 429 struct xfrm_selector sel; 437 struct xfrm_selector sel; 461 struct xfrm_selector sel;
|
/Linux-v4.19/include/net/ |
D | xfrm.h | 149 struct xfrm_selector sel; 353 void (*init_tempsel)(struct xfrm_selector *sel, 587 struct xfrm_selector selector; 646 int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr); 647 int (*migrate)(const struct xfrm_selector *sel, 957 bool xfrm_selector_match(const struct xfrm_selector *sel, 1720 struct xfrm_selector *sel, 1738 int km_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, 1746 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, 1754 int km_report(struct net *net, u8 proto, struct xfrm_selector *sel,
|
/Linux-v4.19/net/ipv4/ |
D | xfrm4_state.c | 26 __xfrm4_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl) in __xfrm4_init_tempsel()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_policy.c | 73 __xfrm4_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm4_selector_match() 86 __xfrm6_selector_match(const struct xfrm_selector *sel, const struct flowi *fl) in __xfrm6_selector_match() 98 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, in xfrm_selector_match() 356 const struct xfrm_selector *sel, in policy_hash_bysel() 686 static inline int selector_cmp(struct xfrm_selector *s1, struct xfrm_selector *s2) in selector_cmp() 690 int len = sizeof(struct xfrm_selector) / sizeof(u32); in selector_cmp() 811 struct xfrm_selector *sel, in xfrm_policy_bysel_ctx() 1073 const struct xfrm_selector *sel = &pol->selector; in xfrm_policy_match() 2968 struct xfrm_selector *sel = &xp->selector; in xfrm_audit_common_policyinfo() 3029 static bool xfrm_migrate_selector_match(const struct xfrm_selector *sel_cmp, in xfrm_migrate_selector_match() [all …]
|
D | xfrm_hash.h | 140 static inline unsigned int __sel_hash(const struct xfrm_selector *sel, in __sel_hash()
|
D | xfrm_user.c | 2438 const struct xfrm_selector *sel, in build_migrate() 2483 static int xfrm_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_send_migrate() 2504 static int xfrm_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_send_migrate() 3206 struct xfrm_selector *sel, xfrm_address_t *addr) in build_report() 3231 struct xfrm_selector *sel, xfrm_address_t *addr) in xfrm_send_report()
|
D | xfrm_state.c | 2012 int km_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in km_migrate() 2036 int km_report(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr) in km_report()
|
/Linux-v4.19/net/ipv6/ |
D | xfrm6_state.c | 25 __xfrm6_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl) in __xfrm6_init_tempsel()
|
D | mip6.c | 215 struct xfrm_selector sel; in mip6_destopt_reject()
|
/Linux-v4.19/net/key/ |
D | af_key.c | 2372 struct xfrm_selector sel; in pfkey_spddelete() 2558 struct xfrm_selector sel; in pfkey_migrate() 3449 const struct xfrm_selector *sel) in set_sadb_address() 3533 static int pfkey_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in pfkey_send_migrate() 3644 static int pfkey_send_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in pfkey_send_migrate()
|
/Linux-v4.19/include/linux/ |
D | security.h | 110 struct xfrm_selector;
|