Searched refs:proto_input (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.1.9/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 | 230 if (m_list != NULL && proto_input(PF_INET, m_list) != 0) { in ether_inet_input()
|
| H A D | net_stubs.c | 279 STUB(proto_input);
|
| H A D | if_loop.c | 486 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 | 3178 if (proto_input(protocol, m) != 0) { in utun_proto_input()
|
| H A D | if_ipsec.c | 4049 if (proto_input(protocol, m) != 0) { in ipsec_proto_input()
|
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | ah_input.c | 483 if (proto_input(PF_INET, m) != 0) { in ah4_input() 879 if (proto_input(PF_INET6, m) != 0) { in ah6_input()
|
| H A D | esp_input.c | 737 if (proto_input(ifamily == AF_INET ? PF_INET : PF_INET6, m) != 0) { in esp4_input_extended() 1433 if (proto_input(ifamily == AF_INET ? PF_INET : PF_INET6, m) != 0) { in esp6_input_extended()
|