• Home
  • Raw
  • Download

Lines Matching defs:c

686 	struct km_event c;  in xfrm_add_sa()  local
764 struct km_event c; in xfrm_del_sa() local
1806 struct km_event c; in xfrm_add_policy() local
2120 struct km_event c; in xfrm_get_policy() local
2199 struct km_event c; in xfrm_flush_sa() local
2233 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent()
2302 struct km_event c; in xfrm_get_ae() local
2344 struct km_event c; in xfrm_new_ae() local
2394 struct km_event c; in xfrm_flush_policy() local
2946 struct netlink_dump_control c = { in xfrm_user_rcv_msg() local
3004 static int build_expire(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_expire()
3032 static int xfrm_exp_state_notify(struct xfrm_state *x, const struct km_event *c) in xfrm_exp_state_notify()
3049 static int xfrm_aevent_state_notify(struct xfrm_state *x, const struct km_event *c) in xfrm_aevent_state_notify()
3065 static int xfrm_notify_sa_flush(const struct km_event *c) in xfrm_notify_sa_flush()
3138 static int xfrm_notify_sa(struct xfrm_state *x, const struct km_event *c) in xfrm_notify_sa()
3197 static int xfrm_send_state_notify(struct xfrm_state *x, const struct km_event *c) in xfrm_send_state_notify()
3358 int dir, const struct km_event *c) in build_polexpire()
3390 static int xfrm_exp_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in xfrm_exp_policy_notify()
3406 static int xfrm_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in xfrm_notify_policy()
3475 static int xfrm_notify_policy_flush(const struct km_event *c) in xfrm_notify_policy_flush()
3503 static int xfrm_send_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in xfrm_send_policy_notify()
3624 static bool xfrm_is_alive(const struct km_event *c) in xfrm_is_alive()