Searched refs:proto_input (Results 1 – 12 of 12) sorted by relevance
| /xnu-10063.141.1/bsd/net/ |
| H A D | kpi_protocol.h | 113 extern errno_t proto_input(protocol_family_t protocol, mbuf_t packet)
|
| H A D | ether_inet6_pr_module.c | 149 if (proto_input(protocol, packet) != 0) { in ether_inet6_input()
|
| H A D | kpi_protocol.c | 248 proto_input(protocol_family_t protocol, mbuf_t packet_list) in proto_input() function
|
| H A D | ether_inet_pr_module.c | 229 if (m_list != NULL && proto_input(PF_INET, m_list) != 0) { in ether_inet_input()
|
| H A D | net_stubs.c | 270 STUB(proto_input);
|
| H A D | if_loop.c | 484 if (proto_input(protocol_family, m) != 0) { in lo_input()
|
| H A D | if_stf.c | 208 if (proto_input(protocol_family, m) != 0) { in stf_media_input()
|
| H A D | if_gif.c | 650 if (proto_input(protocol_family, m) != 0) { in gif_input()
|
| H A D | if_utun.c | 2879 if (proto_input(protocol, m) != 0) { in utun_proto_input()
|
| H A D | if_ipsec.c | 4880 if (proto_input(protocol, m) != 0) { in ipsec_proto_input()
|
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | ah_input.c | 480 if (proto_input(PF_INET, m) != 0) { in ah4_input() 872 if (proto_input(PF_INET6, m) != 0) { in ah6_input()
|
| H A D | esp_input.c | 734 if (proto_input(ifamily == AF_INET ? PF_INET : PF_INET6, m) != 0) { in esp4_input_extended() 1435 if (proto_input(ifamily == AF_INET ? PF_INET : PF_INET6, m) != 0) { in esp6_input_extended()
|