Searched refs:km_event (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/net/xfrm/ |
| D | xfrm_user.c | 657 struct km_event c; in xfrm_add_sa() 735 struct km_event c; in xfrm_del_sa() 1637 struct km_event c; in xfrm_add_policy() 1849 struct km_event c; in xfrm_get_policy() 1926 struct km_event c; in xfrm_flush_sa() 1960 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent() 2029 struct km_event c; in xfrm_get_ae() 2071 struct km_event c; in xfrm_new_ae() 2121 struct km_event c; in xfrm_flush_policy() 2683 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 | 52 struct km_event c; in xfrm_replay_notify() 291 struct km_event c; in xfrm_replay_notify_bmp() 343 struct km_event c; in xfrm_replay_notify_esn()
|
| D | xfrm_state.c | 176 bool km_is_alive(const struct km_event *c); 945 struct km_event c; in xfrm_state_find() 1928 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify() 1939 void km_state_notify(struct xfrm_state *x, const struct km_event *c) in km_state_notify() 1954 struct km_event c; in km_state_expired() 2002 struct km_event c; in km_policy_expired() 2055 bool km_is_alive(const struct km_event *c) in km_is_alive()
|
| /Linux-v4.19/net/key/ |
| D | af_key.c | 1493 static int key_notify_sa(struct xfrm_state *x, const struct km_event *c) in key_notify_sa() 1522 struct km_event c; in pfkey_add() 1558 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() 2219 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy() 2258 struct km_event c; in pfkey_spdadd() 2373 struct km_event c; in pfkey_spddelete() 2656 struct km_event c; in pfkey_spdget() 2757 static int key_notify_policy_flush(const struct km_event *c) in key_notify_policy_flush() [all …]
|
| /Linux-v4.19/include/net/ |
| D | xfrm.h | 270 struct km_event { struct 334 const struct km_event *c); 335 void km_state_notify(struct xfrm_state *x, const struct km_event *c); 641 int (*notify)(struct xfrm_state *x, const struct km_event *c); 645 int (*notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c); 653 bool (*is_alive)(const struct km_event *c);
|