Home
last modified time | relevance | path

Searched refs:km_event (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/net/xfrm/
Dxfrm_user.c678 struct km_event c; in xfrm_add_sa()
756 struct km_event c; in xfrm_del_sa()
1687 struct km_event c; in xfrm_add_policy()
1912 struct km_event c; in xfrm_get_policy()
1991 struct km_event c; in xfrm_flush_sa()
2025 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent()
2094 struct km_event c; in xfrm_get_ae()
2136 struct km_event c; in xfrm_new_ae()
2186 struct km_event c; in xfrm_flush_policy()
2774 static int build_expire(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_expire()
[all …]
Dxfrm_replay.c40 struct km_event c; in xfrm_replay_notify()
281 struct km_event c; in xfrm_replay_notify_bmp()
333 struct km_event c; in xfrm_replay_notify_esn()
Dxfrm_state.c179 static bool km_is_alive(const struct km_event *c);
1060 struct km_event c; in xfrm_state_find()
2157 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify()
2168 void km_state_notify(struct xfrm_state *x, const struct km_event *c) in km_state_notify()
2183 struct km_event c; in km_state_expired()
2231 struct km_event c; in km_policy_expired()
2284 static bool km_is_alive(const struct km_event *c) in km_is_alive()
/Linux-v5.10/net/key/
Daf_key.c1477 static int key_notify_sa(struct xfrm_state *x, const struct km_event *c) in key_notify_sa()
1506 struct km_event c; in pfkey_add()
1542 struct km_event c; in pfkey_delete()
1736 static int key_notify_sa_flush(const struct km_event *c) in key_notify_sa_flush()
1763 struct km_event c; in pfkey_flush()
2212 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy()
2251 struct km_event c; in pfkey_spdadd()
2366 struct km_event c; in pfkey_spddelete()
2651 struct km_event c; in pfkey_spdget()
2754 static int key_notify_policy_flush(const struct km_event *c) in key_notify_policy_flush()
[all …]
/Linux-v5.10/include/net/
Dxfrm.h284 struct km_event { struct
342 const struct km_event *c);
343 void km_state_notify(struct xfrm_state *x, const struct km_event *c);
570 int (*notify)(struct xfrm_state *x, const struct km_event *c);
574 int (*notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c);
582 bool (*is_alive)(const struct km_event *c);