Home
last modified time | relevance | path

Searched refs:xfrm_policy (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/net/xfrm/
Dxfrm_policy.c167 static void __xfrm_policy_link(struct xfrm_policy *pol, int dir);
168 static struct xfrm_policy *__xfrm_policy_unlink(struct xfrm_policy *pol,
178 static struct xfrm_policy *
179 xfrm_policy_insert_list(struct hlist_head *chain, struct xfrm_policy *policy,
182 struct xfrm_policy *policy);
190 static inline bool xfrm_pol_hold_rcu(struct xfrm_policy *policy) in xfrm_pol_hold_rcu()
314 struct xfrm_policy *xp = from_timer(xp, t, timer); in xfrm_policy_timer()
386 struct xfrm_policy *xfrm_policy_alloc(struct net *net, gfp_t gfp) in xfrm_policy_alloc()
388 struct xfrm_policy *policy; in xfrm_policy_alloc()
390 policy = kzalloc(sizeof(struct xfrm_policy), gfp); in xfrm_policy_alloc()
[all …]
DMakefile6 obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
Dxfrm_user.c1550 static int copy_from_user_sec_ctx(struct xfrm_policy *pol, struct nlattr **attrs) in copy_from_user_sec_ctx()
1562 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates()
1640 static int copy_from_user_tmpl(struct xfrm_policy *pol, struct nlattr **attrs) in copy_from_user_tmpl()
1680 static void copy_from_user_policy(struct xfrm_policy *xp, struct xfrm_userpolicy_info *p) in copy_from_user_policy()
1692 static void copy_to_user_policy(struct xfrm_policy *xp, struct xfrm_userpolicy_info *p, int dir) in copy_to_user_policy()
1707 static struct xfrm_policy *xfrm_policy_construct(struct net *net, struct xfrm_userpolicy_info *p, s… in xfrm_policy_construct()
1709 struct xfrm_policy *xp = xfrm_policy_alloc(net, GFP_KERNEL); in xfrm_policy_construct()
1746 struct xfrm_policy *xp; in xfrm_add_policy()
1786 static int copy_to_user_tmpl(struct xfrm_policy *xp, struct sk_buff *skb) in copy_to_user_tmpl()
1823 static inline int copy_to_user_sec_ctx(struct xfrm_policy *xp, struct sk_buff *skb) in copy_to_user_sec_ctx()
[all …]
Dxfrm_state.c198 int km_query(struct xfrm_state *x, struct xfrm_tmpl *t, struct xfrm_policy *pol);
1027 static void xfrm_state_look_at(struct xfrm_policy *pol, struct xfrm_state *x, in xfrm_state_look_at()
1072 struct xfrm_policy *pol, int *err, in xfrm_state_find()
2190 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify()
2229 int km_query(struct xfrm_state *x, struct xfrm_tmpl *t, struct xfrm_policy *pol) in km_query()
2262 void km_policy_expired(struct xfrm_policy *pol, int dir, int hard, u32 portid) in km_policy_expired()
2399 struct xfrm_policy *pol = NULL; in xfrm_user_policy()
/Linux-v5.15/include/net/
Dxfrm.h335 void km_policy_notify(struct xfrm_policy *xp, int dir,
341 struct xfrm_policy *pol);
489 struct xfrm_policy { struct
522 static inline struct net *xp_net(const struct xfrm_policy *xp) in xp_net() argument
562 int (*acquire)(struct xfrm_state *x, struct xfrm_tmpl *, struct xfrm_policy *xp);
563 struct xfrm_policy *(*compile_policy)(struct sock *sk, int opt, u8 *data, int len, int *dir);
565 int (*notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c);
690 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid);
691 void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result,
706 static inline void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, in xfrm_audit_policy_add()
[all …]
Dsock.h431 struct xfrm_policy __rcu *sk_policy[2];
/Linux-v5.15/security/selinux/include/
Dxfrm.h28 struct xfrm_policy *xp,
/Linux-v5.15/net/key/
Daf_key.c1906 static int check_reqid(struct xfrm_policy *xp, int dir, int count, void *ptr) in check_reqid()
1940 parse_ipsecrequest(struct xfrm_policy *xp, struct sadb_x_ipsecrequest *rq) in parse_ipsecrequest()
1988 parse_ipsecrequests(struct xfrm_policy *xp, struct sadb_x_policy *pol) in parse_ipsecrequests()
2010 static inline int pfkey_xfrm_policy2sec_ctx_size(const struct xfrm_policy *xp) in pfkey_xfrm_policy2sec_ctx_size()
2022 static int pfkey_xfrm_policy2msg_size(const struct xfrm_policy *xp) in pfkey_xfrm_policy2msg_size()
2044 static struct sk_buff * pfkey_xfrm_policy2msg_prep(const struct xfrm_policy *xp) in pfkey_xfrm_policy2msg_prep()
2058 static int pfkey_xfrm_policy2msg(struct sk_buff *skb, const struct xfrm_policy *xp, int dir) in pfkey_xfrm_policy2msg()
2208 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy()
2246 struct xfrm_policy *xp; in pfkey_spdadd()
2360 struct xfrm_policy *xp; in pfkey_spddelete()
[all …]
/Linux-v5.15/tools/testing/selftests/net/
DMakefile8 rtnetlink.sh xfrm_policy.sh test_blackhole_dev.sh
/Linux-v5.15/security/selinux/
Dxfrm.c177 struct xfrm_policy *xp, in selinux_xfrm_state_pol_flow_match()
/Linux-v5.15/include/linux/
Dsecurity.h178 struct xfrm_policy;
1687 struct xfrm_policy *xp,
1742 struct xfrm_policy *xp, in security_xfrm_state_pol_flow_match()
Dlsm_hook_defs.h363 struct xfrm_policy *xp, const struct flowi_common *flic)
/Linux-v5.15/security/
Dsecurity.c2476 struct xfrm_policy *xp, in security_xfrm_state_pol_flow_match()