Searched refs:km_event (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/xfrm/ |
| D | xfrm_user.c | 677 struct km_event c; in xfrm_add_sa() 755 struct km_event c; in xfrm_del_sa() 1650 struct km_event c; in xfrm_add_policy() 1862 struct km_event c; in xfrm_get_policy() 1939 struct km_event c; in xfrm_flush_sa() 1973 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent() 2042 struct km_event c; in xfrm_get_ae() 2084 struct km_event c; in xfrm_new_ae() 2134 struct km_event c; in xfrm_flush_policy() 2694 static int build_expire(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_expire() [all …]
|
| D | xfrm_replay.c | 40 struct km_event c; in xfrm_replay_notify() 279 struct km_event c; in xfrm_replay_notify_bmp() 331 struct km_event c; in xfrm_replay_notify_esn()
|
| D | xfrm_state.c | 179 static bool km_is_alive(const struct km_event *c); 1054 struct km_event c; in xfrm_state_find() 2120 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify() 2131 void km_state_notify(struct xfrm_state *x, const struct km_event *c) in km_state_notify() 2146 struct km_event c; in km_state_expired() 2194 struct km_event c; in km_policy_expired() 2247 static bool km_is_alive(const struct km_event *c) in km_is_alive()
|
| /Linux-v5.4/net/key/ |
| D | af_key.c | 1477 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() 2205 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy() 2244 struct km_event c; in pfkey_spdadd() 2359 struct km_event c; in pfkey_spddelete() 2644 struct km_event c; in pfkey_spdget() 2747 static int key_notify_policy_flush(const struct km_event *c) in key_notify_policy_flush() [all …]
|
| /Linux-v5.4/include/net/ |
| D | xfrm.h | 281 struct km_event { struct 339 const struct km_event *c); 340 void km_state_notify(struct xfrm_state *x, const struct km_event *c); 571 int (*notify)(struct xfrm_state *x, const struct km_event *c); 575 int (*notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c); 583 bool (*is_alive)(const struct km_event *c);
|