Lines Matching refs:dlil_post_msg
1235 dlil_post_msg(struct ifnet *ifp, u_int32_t event_subclass, in dlil_post_msg() function
4498 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_PROTO_ATTACHED, in dlil_attach_protocol()
5302 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IF_ATTACHED, NULL, 0, FALSE); in ifnet_attach()
5507 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IF_DETACHING, NULL, 0, FALSE); in ifnet_detach()
5972 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IF_DETACHED, NULL, 0, FALSE); in ifnet_detach_final()
6387 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_LINK_QUALITY_METRIC_CHANGED, in if_lqm_update()
6422 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_RRC_STATE_CHANGED, in if_rrc_state_update()
6664 int err = dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_NODE_PRESENCE, in dlil_node_present()
6714 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_NODE_ABSENCE, in dlil_node_absent()
6750 int err = dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_NODE_PRESENCE, in dlil_node_present_v2()
6824 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_ISSUES, in dlil_report_issues()