Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_user.c1046 struct km_event c; in xfrm_add_sa()
1124 struct km_event c; in xfrm_del_sa()
2291 struct km_event c; in xfrm_add_policy()
2612 struct km_event c; in xfrm_get_policy()
2692 struct km_event c; in xfrm_flush_sa()
2729 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent()
2809 struct km_event c; in xfrm_get_ae()
2856 struct km_event c; in xfrm_new_ae()
2913 struct km_event c; in xfrm_flush_policy()
3941 static int build_expire(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *
[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);
1372 struct km_event c; in xfrm_state_find()
2785 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify()
2796 void km_state_notify(struct xfrm_state *x, const struct km_event *c) in km_state_notify()
2811 struct km_event c; in km_state_expired()
2877 struct km_event c; in km_policy_expired()
2930 static bool km_is_alive(const struct km_event *c) in km_is_alive()
/linux/net/key/
H A Daf_key.c1490 static int key_notify_sa(struct xfrm_state *x, const struct km_event *c) in key_notify_sa()
1519 struct km_event c; in pfkey_add()
1555 struct km_event c; in pfkey_delete()
1752 static int key_notify_sa_flush(const struct km_event *c) in key_notify_sa_flush()
1779 struct km_event c; in pfkey_flush()
2232 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy()
2271 struct km_event c; in pfkey_spdadd()
2386 struct km_event c; in pfkey_spddelete()
2671 struct km_event c; in pfkey_spdget()
2774 static int key_notify_policy_flush(const struct km_event *c) in key_notify_policy_flush()
[all …]
/linux/include/net/
H A Dxfrm.h344 struct km_event { struct
401 const struct km_event *c);
402 void km_state_notify(struct xfrm_state *x, const struct km_event *c);
719 int (*notify)(struct xfrm_state *x, const struct km_event *c);
723 int (*notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c);
732 bool (*is_alive)(const struct km_event *c);