Home
last modified time | relevance | path

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

/linux-6.15/net/xfrm/
H A Dxfrm_user.c980 struct km_event c; in xfrm_add_sa()
1058 struct km_event c; in xfrm_del_sa()
2199 struct km_event c; in xfrm_add_policy()
2521 struct km_event c; in xfrm_get_policy()
2601 struct km_event c; in xfrm_flush_sa()
2717 struct km_event c; in xfrm_get_ae()
2759 struct km_event c; in xfrm_new_ae()
2816 struct km_event c; in xfrm_flush_policy()
3565 static int xfrm_notify_sa_flush(const struct km_event *c) in xfrm_notify_sa_flush()
3874 int dir, const struct km_event *c) in build_polexpire()
[all …]
H A Dxfrm_replay.c43 struct km_event c; in xfrm_replay_notify()
307 struct km_event c; in xfrm_replay_notify_bmp()
359 struct km_event c; in xfrm_replay_notify_esn()
H A Dxfrm_state.c233 static bool km_is_alive(const struct km_event *c);
1377 struct km_event c; in xfrm_state_find()
2708 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify()
2719 void km_state_notify(struct xfrm_state *x, const struct km_event *c) in km_state_notify()
2734 struct km_event c; in km_state_expired()
2800 struct km_event c; in km_policy_expired()
2853 static bool km_is_alive(const struct km_event *c) in km_is_alive()
/linux-6.15/net/key/
H A Daf_key.c1473 static int key_notify_sa(struct xfrm_state *x, const struct km_event *c) in key_notify_sa()
1502 struct km_event c; in pfkey_add()
1538 struct km_event c; in pfkey_delete()
1735 static int key_notify_sa_flush(const struct km_event *c) in key_notify_sa_flush()
1762 struct km_event c; in pfkey_flush()
2254 struct km_event c; in pfkey_spdadd()
2369 struct km_event c; in pfkey_spddelete()
2654 struct km_event c; in pfkey_spdget()
2757 static int key_notify_policy_flush(const struct km_event *c) in key_notify_policy_flush()
2782 struct km_event c; in pfkey_spdflush()
[all …]
/linux-6.15/include/net/
H A Dxfrm.h331 struct km_event { struct
388 const struct km_event *c);
389 void km_state_notify(struct xfrm_state *x, const struct km_event *c);
696 int (*notify)(struct xfrm_state *x, const struct km_event *c);
700 int (*notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c);
708 bool (*is_alive)(const struct km_event *c);