Searched refs:proto_input (Results 1 – 13 of 13) sorted by relevance
| /xnu-8020.140.41/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 | 147 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 | 221 if (m_list != NULL && proto_input(PF_INET, m_list) != 0) { in ether_inet_input()
|
| H A D | net_stubs.c | 269 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 | 206 if (proto_input(protocol_family, m) != 0) { in stf_media_input()
|
| H A D | if_gif.c | 654 if (proto_input(protocol_family, m) != 0) { in gif_input()
|
| H A D | if_6lowpan.c | 653 if (proto_input(PF_INET6, mc) != 0) { in sixlowpan_input()
|
| H A D | if_utun.c | 2872 if (proto_input(protocol, m) != 0) { in utun_proto_input()
|
| H A D | if_ipsec.c | 4104 if (proto_input(protocol, m) != 0) { in ipsec_proto_input()
|
| /xnu-8020.140.41/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 | 721 if (proto_input(ifamily == AF_INET ? PF_INET : PF_INET6, m) != 0) { in esp4_input_extended() 1414 if (proto_input(ifamily == AF_INET ? PF_INET : PF_INET6, m) != 0) { in esp6_input_extended()
|