Home
last modified time | relevance | path

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

/linux-4.4.14/net/xfrm/
Dxfrm_user.c620 struct km_event c; in xfrm_add_sa()
694 struct km_event c; in xfrm_del_sa()
1507 struct km_event c; in xfrm_add_policy()
1713 struct km_event c; in xfrm_get_policy()
1788 struct km_event c; in xfrm_flush_sa()
1822 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent()
1885 struct km_event c; in xfrm_get_ae()
1926 struct km_event c; in xfrm_new_ae()
1976 struct km_event c; in xfrm_flush_policy()
2509 static int build_expire(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_expire()
[all …]
Dxfrm_replay.c51 struct km_event c; in xfrm_replay_notify()
290 struct km_event c; in xfrm_replay_notify_bmp()
342 struct km_event c; in xfrm_replay_notify_esn()
Dxfrm_state.c157 bool km_is_alive(const struct km_event *c);
778 struct km_event c; in xfrm_state_find()
1698 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify()
1709 void km_state_notify(struct xfrm_state *x, const struct km_event *c) in km_state_notify()
1724 struct km_event c; in km_state_expired()
1772 struct km_event c; in km_policy_expired()
1823 bool km_is_alive(const struct km_event *c) in km_is_alive()
/linux-4.4.14/net/key/
Daf_key.c1436 static int key_notify_sa(struct xfrm_state *x, const struct km_event *c) in key_notify_sa()
1465 struct km_event c; in pfkey_add()
1501 struct km_event c; in pfkey_delete()
1695 static int key_notify_sa_flush(const struct km_event *c) in key_notify_sa_flush()
1722 struct km_event c; in pfkey_flush()
2160 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy()
2197 struct km_event c; in pfkey_spdadd()
2312 struct km_event c; in pfkey_spddelete()
2595 struct km_event c; in pfkey_spdget()
2694 static int key_notify_policy_flush(const struct km_event *c) in key_notify_policy_flush()
[all …]
/linux-4.4.14/include/net/
Dxfrm.h254 struct km_event { struct
311 const struct km_event *c);
312 void km_state_notify(struct xfrm_state *x, const struct km_event *c);
594 int (*notify)(struct xfrm_state *x, const struct km_event *c);
598 int (*notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c);
605 bool (*is_alive)(const struct km_event *c);