Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Ddlil_var_private.h316 extern void if_proto_free(struct if_proto *);
H A Ddlil_output.c168 if_proto_free(proto); in dlil_output()
579 if_proto_free(proto); in dlil_output()
H A Ddlil_input.c1062 if_proto_free(last_ifproto); in dlil_input_packet_list_common()
1080 if_proto_free(last_ifproto); in dlil_input_packet_list_common()
1084 if_proto_free(ifproto); in dlil_input_packet_list_common()
H A Ddlil.c3735 if_proto_free(proto); in dlil_event_internal()
3940 if_proto_free(proto); in ifnet_ioctl()
4028 if_proto_free(proto); in dlil_resolve_multi()
4085 if_proto_free(proto); in dlil_send_arp_internal()
4456 if_proto_free(_proto); in dlil_attach_protocol()
4710 if_proto_free(proto); in ifnet_detach_protocol()
4717 if_proto_free(proto); in ifnet_detach_protocol()
H A Ddlil_subr.c490 if_proto_free(struct if_proto *proto) in if_proto_free() function