Home
last modified time | relevance | path

Searched refs:ev_pr_data (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Ddlil_subr.c495 struct kev_dl_proto_data ev_pr_data; in if_proto_free() local
528 ev_pr_data.proto_family = proto_family; in if_proto_free()
529 ev_pr_data.proto_remaining_count = dlil_ifp_protolist(ifp, NULL, 0); in if_proto_free()
534 (struct net_event_data *)&ev_pr_data, in if_proto_free()
537 if (ev_pr_data.proto_remaining_count == 0) { in if_proto_free()
H A Ddlil.c4434 struct kev_dl_proto_data ev_pr_data; in dlil_attach_protocol() local
4493 ev_pr_data.proto_family = proto->protocol_family; in dlil_attach_protocol()
4494 ev_pr_data.proto_remaining_count = dlil_ifp_protolist(ifp, NULL, 0); in dlil_attach_protocol()
4499 (struct net_event_data *)&ev_pr_data, in dlil_attach_protocol()
4502 *proto_count = ev_pr_data.proto_remaining_count; in dlil_attach_protocol()