Searched refs:km_event (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/net/xfrm/ |
D | xfrm_user.c | 776 struct km_event c; in xfrm_add_sa() 854 struct km_event c; in xfrm_del_sa() 1885 struct km_event c; in xfrm_add_policy() 2200 struct km_event c; in xfrm_get_policy() 2280 struct km_event c; in xfrm_flush_sa() 2314 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent() 2383 struct km_event c; in xfrm_get_ae() 2425 struct km_event c; in xfrm_new_ae() 2476 struct km_event c; in xfrm_flush_policy() 3086 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 | 43 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()
|
D | xfrm_state.c | 200 static bool km_is_alive(const struct km_event *c); 1086 struct km_event c; in xfrm_state_find() 2202 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify() 2213 void km_state_notify(struct xfrm_state *x, const struct km_event *c) in km_state_notify() 2228 struct km_event c; in km_state_expired() 2294 struct km_event c; in km_policy_expired() 2347 static bool km_is_alive(const struct km_event *c) in km_is_alive()
|
/linux-6.1.9/net/key/ |
D | af_key.c | 1473 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() 2211 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy() 2250 struct km_event c; in pfkey_spdadd() 2365 struct km_event c; in pfkey_spddelete() 2650 struct km_event c; in pfkey_spdget() 2753 static int key_notify_policy_flush(const struct km_event *c) in key_notify_policy_flush() [all …]
|
/linux-6.1.9/include/net/ |
D | xfrm.h | 300 struct km_event { struct 352 const struct km_event *c); 353 void km_state_notify(struct xfrm_state *x, const struct km_event *c); 578 int (*notify)(struct xfrm_state *x, const struct km_event *c); 582 int (*notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c); 590 bool (*is_alive)(const struct km_event *c);
|