Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Ddlil_var_private.h336 extern void if_proto_free(struct if_proto *);
H A Ddlil_output.c166 if_proto_free(proto); in dlil_output()
557 if_proto_free(proto); in dlil_output()
H A Ddlil_input.c1058 if_proto_free(last_ifproto); in dlil_input_packet_list_common()
1076 if_proto_free(last_ifproto); in dlil_input_packet_list_common()
1080 if_proto_free(ifproto); in dlil_input_packet_list_common()
H A Ddlil.c3804 if_proto_free(proto); in dlil_event_internal()
4009 if_proto_free(proto); in ifnet_ioctl()
4097 if_proto_free(proto); in dlil_resolve_multi()
4154 if_proto_free(proto); in dlil_send_arp_internal()
4530 if_proto_free(_proto); in dlil_attach_protocol()
4784 if_proto_free(proto); in ifnet_detach_protocol()
4791 if_proto_free(proto); in ifnet_detach_protocol()
H A Ddlil_subr.c624 if_proto_free(struct if_proto *proto) in if_proto_free() function