| /xnu-12377.61.12/bsd/sys/ |
| H A D | kern_event_private.h | 65 int kev_post_msg(struct kev_msg *event); 66 int kev_post_msg_nowait(struct kev_msg *event);
|
| H A D | kern_event.h | 275 struct kev_msg { struct 307 errno_t kev_msg_post(struct kev_msg *event_msg);
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | kpi_interfacefilter.h | 49 struct kev_msg; 129 protocol_family_t protocol, const struct kev_msg *event_msg);
|
| H A D | dlil.c | 163 static int dlil_event_internal(struct ifnet *ifp, struct kev_msg *msg, bool update_generation); 177 const struct kev_msg *); 213 static void ifp_if_event(struct ifnet *, const struct kev_msg *); 1240 struct kev_msg ev_msg; in dlil_post_msg() 3619 dlil_post_complete_msg(struct ifnet *ifp, struct kev_msg *event) in dlil_post_complete_msg() 3635 struct kev_msg ev_msg; in dlil_post_sifflags_msg() 3655 dlil_event_internal(struct ifnet *ifp, struct kev_msg *event, bool update_generation) in dlil_event_internal() 3757 struct kev_msg kev_msg; in ifnet_event() local 3764 bzero(&kev_msg, sizeof(kev_msg)); in ifnet_event() 3765 kev_msg.vendor_code = event->vendor_code; in ifnet_event() [all …]
|
| H A D | kpi_interface.h | 77 struct kev_msg; 389 typedef void (*ifnet_event_func)(ifnet_t interface, const struct kev_msg *msg); 601 const struct kev_msg *event);
|
| H A D | dlil.h | 344 extern int dlil_post_complete_msg(struct ifnet *, struct kev_msg *);
|
| H A D | ether_inet_pr_module.c | 390 const struct kev_msg *event) in ether_inet_event()
|
| H A D | kpi_interface.c | 761 struct kev_msg ev_msg; in ifnet_set_eflags() 1018 struct kev_msg ev_msg; in ifnet_set_capabilities_enabled() 1036 bzero(&ev_msg, sizeof(struct kev_msg)); in ifnet_set_capabilities_enabled() 1242 struct kev_msg ev_msg; in ifnet_set_wake_flags() 1246 bzero(&ev_msg, sizeof(struct kev_msg)); in ifnet_set_wake_flags()
|
| H A D | ndrv.c | 346 const struct kev_msg *event) in ndrv_event()
|
| H A D | nat464_utils.c | 1235 struct kev_msg ev_msg; in in6_clat46_eventhdlr_callback()
|
| H A D | if_ports_used.c | 1438 struct kev_msg ev_msg = {}; in deliver_unattributed_wake_packet_event() 1473 struct kev_msg ev_msg = {}; in deliver_attributed_wake_packet_event()
|
| H A D | if_vlan.c | 1946 const struct kev_msg * event) in vlan_event()
|
| H A D | if.c | 3853 struct kev_msg ev_msg; in ifioctl_ifreq() 3857 bzero(&ev_msg, sizeof(struct kev_msg)); in ifioctl_ifreq()
|
| H A D | network_agent.c | 368 struct kev_msg ev_msg; in netagent_post_event()
|
| /xnu-12377.61.12/tests/ |
| H A D | netagent_race_infodisc_56244905.c | 34 struct kev_msg { struct 121 struct kev_msg msg;
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | in.c | 557 struct kev_msg ev_msg; in inctl_ifaddr() 565 bzero(&ev_msg, sizeof(struct kev_msg)); in inctl_ifaddr() 835 struct kev_msg ev_msg; in inctl_ifdstaddr() 846 bzero(&ev_msg, sizeof(struct kev_msg)); in inctl_ifdstaddr() 958 struct kev_msg ev_msg; in inctl_ifbrdaddr() 972 bzero(&ev_msg, sizeof(struct kev_msg)); in inctl_ifbrdaddr() 1040 struct kev_msg ev_msg; in inctl_ifnetmask() 1047 bzero(&ev_msg, sizeof(struct kev_msg)); in inctl_ifnetmask()
|
| H A D | in_arp.c | 1232 struct kev_msg ev_msg = {}; in post_kev_in_arpfailure() 1790 struct kev_msg ev_msg; in arp_ip_handle_input() 1794 bzero(&ev_msg, sizeof(struct kev_msg)); in arp_ip_handle_input() 2107 struct kev_msg ev_msg; in arp_ip_handle_input()
|
| H A D | in_pcb.c | 797 struct kev_msg ev_msg; in in_pcb_conflict_post_msg() 801 bzero(&ev_msg, sizeof(struct kev_msg)); in in_pcb_conflict_post_msg() 1479 struct kev_msg ev_msg; in apn_fallback_trigger() 1489 bzero(&ev_msg, sizeof(struct kev_msg)); in apn_fallback_trigger()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_control.c | 2018 struct kev_msg ev_msg; in ctl_post_msg() 2022 bzero(&ev_msg, sizeof(struct kev_msg)); in ctl_post_msg()
|
| H A D | kern_memorystatus_notify.c | 452 struct kev_msg ev_msg; in memorystatus_send_note()
|
| H A D | kern_event.c | 8868 kev_msg_post(struct kev_msg *event_msg) 8891 kev_post_msg_internal(struct kev_msg *event_msg, int wait) 9020 kev_post_msg(struct kev_msg *event_msg) 9026 kev_post_msg_nowait(struct kev_msg *event_msg)
|
| H A D | uipc_socket.c | 8105 struct kev_msg ev_msg; in netpolicy_post_msg() 8131 struct kev_msg ev_msg; in socket_post_kev_msg()
|
| /xnu-12377.61.12/bsd/netinet6/ |
| H A D | in6.c | 4157 struct kev_msg ev_msg; in in6_post_msg() 4162 bzero(&ev_msg, sizeof(struct kev_msg)); in in6_post_msg() 4532 struct kev_msg ev_msg; in in6_eventhdlr_callback()
|
| H A D | nd6.c | 821 struct kev_msg ev_msg; in nd6_service_neighbor_cache() 1909 struct kev_msg ev_msg; in nd6_post_msg() 1913 bzero(&ev_msg, sizeof(struct kev_msg)); in nd6_post_msg()
|
| H A D | nd6_nbr.c | 1355 struct kev_msg ev_msg; in nd6_na_input()
|