Searched refs:km_event (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_user.c | 686 struct km_event c; in xfrm_add_sa() 764 struct km_event c; in xfrm_del_sa() 1709 struct km_event c; in xfrm_add_policy() 2023 struct km_event c; in xfrm_get_policy() 2102 struct km_event c; in xfrm_flush_sa() 2136 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent() 2205 struct km_event c; in xfrm_get_ae() 2247 struct km_event c; in xfrm_new_ae() 2297 struct km_event c; in xfrm_flush_policy() 2904 static int build_expire(struct sk_buff *skb, struct xfrm_state *x, const struct km_event * [all...] |
H A D | xfrm_replay.c | 40 struct km_event c; in xfrm_replay_notify() 281 struct km_event c; in xfrm_replay_notify_bmp() 333 struct km_event c; in xfrm_replay_notify_esn()
|
H A D | xfrm_state.c | 178 static bool km_is_alive(const struct km_event *c); 1061 struct km_event c; in xfrm_state_find() 2169 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify() 2180 void km_state_notify(struct xfrm_state *x, const struct km_event *c) in km_state_notify() 2195 struct km_event c; in km_state_expired() 2261 struct km_event c; in km_policy_expired() 2314 static bool km_is_alive(const struct km_event *c) in km_is_alive()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_user.c | 789 struct km_event c; in xfrm_add_sa() 867 struct km_event c; in xfrm_del_sa() 1971 struct km_event c; in xfrm_add_policy() 2290 struct km_event c; in xfrm_get_policy() 2371 struct km_event c; in xfrm_flush_sa() 2405 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent() 2474 struct km_event c; in xfrm_get_ae() 2516 struct km_event c; in xfrm_new_ae() 2573 struct km_event c; in xfrm_flush_policy() 3193 static int build_expire(struct sk_buff *skb, struct xfrm_state *x, const struct km_event * [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 | 221 static bool km_is_alive(const struct km_event *c); 1152 struct km_event c; in xfrm_state_find() 2365 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify() 2376 void km_state_notify(struct xfrm_state *x, const struct km_event *c) in km_state_notify() 2391 struct km_event c; in km_state_expired() 2457 struct km_event c; in km_policy_expired() 2510 static bool km_is_alive(const struct km_event *c) in km_is_alive()
|
/kernel/linux/linux-5.10/net/key/ |
H A D | af_key.c | 1477 static int key_notify_sa(struct xfrm_state *x, const struct km_event *c) in key_notify_sa() 1506 struct km_event c; in pfkey_add() 1542 struct km_event c; in pfkey_delete() 1739 static int key_notify_sa_flush(const struct km_event *c) in key_notify_sa_flush() 1766 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() 2658 struct km_event c; in pfkey_spdget() 2761 static int key_notify_policy_flush(const struct km_event * [all...] |
/kernel/linux/linux-6.6/net/key/ |
H A D | af_key.c | 1472 static int key_notify_sa(struct xfrm_state *x, const struct km_event *c) in key_notify_sa() 1501 struct km_event c; in pfkey_add() 1537 struct km_event c; in pfkey_delete() 1734 static int key_notify_sa_flush(const struct km_event *c) in key_notify_sa_flush() 1761 struct km_event c; in pfkey_flush() 2214 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy() 2253 struct km_event c; in pfkey_spdadd() 2368 struct km_event c; in pfkey_spddelete() 2653 struct km_event c; in pfkey_spdget() 2756 static int key_notify_policy_flush(const struct km_event * [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | xfrm.h | 289 struct km_event { struct 347 const struct km_event *c); 348 void km_state_notify(struct xfrm_state *x, const struct km_event *c); 575 int (*notify)(struct xfrm_state *x, const struct km_event *c); 579 int (*notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c); 587 bool (*is_alive)(const struct km_event *c);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | xfrm.h | 313 struct km_event { struct 365 const struct km_event *c); 366 void km_state_notify(struct xfrm_state *x, const struct km_event *c); 593 int (*notify)(struct xfrm_state *x, const struct km_event *c); 597 int (*notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c); 605 bool (*is_alive)(const struct km_event *c);
|
Completed in 33 milliseconds