Searched refs:km_event (Results 1 – 5 of 5) sorted by relevance
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 1025 struct km_event c; in xfrm_add_sa() 1103 struct km_event c; in xfrm_del_sa() 2245 struct km_event c; in xfrm_add_policy() 2567 struct km_event c; in xfrm_get_policy() 2647 struct km_event c; in xfrm_flush_sa() 2684 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent() 2764 struct km_event c; in xfrm_get_ae() 2811 struct km_event c; in xfrm_new_ae() 2868 struct km_event c; in xfrm_flush_policy() 3559 static int build_expire(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_expire() [all …]
|
| H A 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()
|
| H A D | xfrm_state.c | 233 static bool km_is_alive(const struct km_event *c); 1365 struct km_event c; in xfrm_state_find() 2736 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify() 2747 void km_state_notify(struct xfrm_state *x, const struct km_event *c) in km_state_notify() 2762 struct km_event c; in km_state_expired() 2828 struct km_event c; in km_policy_expired() 2881 static bool km_is_alive(const struct km_event *c) in km_is_alive()
|
| /linux/net/key/ |
| H A D | af_key.c | 1489 static int key_notify_sa(struct xfrm_state *x, const struct km_event *c) in key_notify_sa() 1518 struct km_event c; in pfkey_add() 1554 struct km_event c; in pfkey_delete() 1751 static int key_notify_sa_flush(const struct km_event *c) in key_notify_sa_flush() 1778 struct km_event c; in pfkey_flush() 2231 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy() 2270 struct km_event c; in pfkey_spdadd() 2385 struct km_event c; in pfkey_spddelete() 2670 struct km_event c; in pfkey_spdget() 2773 static int key_notify_policy_flush(const struct km_event *c) in key_notify_policy_flush() [all …]
|
| /linux/include/net/ |
| H A D | xfrm.h | 342 struct km_event { struct 399 const struct km_event *c); 400 void km_state_notify(struct xfrm_state *x, const struct km_event *c); 707 int (*notify)(struct xfrm_state *x, const struct km_event *c); 711 int (*notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c); 720 bool (*is_alive)(const struct km_event *c);
|