Home
last modified time | relevance | path

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

/linux-4.1.27/net/xfrm/
Dxfrm_user.c597 struct km_event c; in xfrm_add_sa()
671 struct km_event c; in xfrm_del_sa()
1484 struct km_event c; in xfrm_add_policy()
1690 struct km_event c; in xfrm_get_policy()
1765 struct km_event c; in xfrm_flush_sa()
1799 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent()
1862 struct km_event c; in xfrm_get_ae()
1903 struct km_event c; in xfrm_new_ae()
1951 struct km_event c; in xfrm_flush_policy()
2484 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.1.27/net/key/
Daf_key.c1435 static int key_notify_sa(struct xfrm_state *x, const struct km_event *c) in key_notify_sa()
1464 struct km_event c; in pfkey_add()
1500 struct km_event c; in pfkey_delete()
1694 static int key_notify_sa_flush(const struct km_event *c) in key_notify_sa_flush()
1721 struct km_event c; in pfkey_flush()
2159 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy()
2196 struct km_event c; in pfkey_spdadd()
2311 struct km_event c; in pfkey_spddelete()
2594 struct km_event c; in pfkey_spdget()
2693 static int key_notify_policy_flush(const struct km_event *c) in key_notify_policy_flush()
[all …]
/linux-4.1.27/include/net/
Dxfrm.h253 struct km_event { struct
309 const struct km_event *c);
310 void km_state_notify(struct xfrm_state *x, const struct km_event *c);
591 int (*notify)(struct xfrm_state *x, const struct km_event *c);
595 int (*notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c);
602 bool (*is_alive)(const struct km_event *c);