Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Ddlil.c1756 struct kev_dl_proto_data ev_pr_data; in if_proto_free() local
1789 ev_pr_data.proto_family = proto_family; in if_proto_free()
1790 ev_pr_data.proto_remaining_count = dlil_ifp_protolist(ifp, NULL, 0); in if_proto_free()
1795 (struct net_event_data *)&ev_pr_data, in if_proto_free()
1798 if (ev_pr_data.proto_remaining_count == 0) { in if_proto_free()
8252 struct kev_dl_proto_data ev_pr_data; in dlil_attach_protocol() local
8311 ev_pr_data.proto_family = proto->protocol_family; in dlil_attach_protocol()
8312 ev_pr_data.proto_remaining_count = dlil_ifp_protolist(ifp, NULL, 0); in dlil_attach_protocol()
8317 (struct net_event_data *)&ev_pr_data, in dlil_attach_protocol()
8320 *proto_count = ev_pr_data.proto_remaining_count; in dlil_attach_protocol()