Home
last modified time | relevance | path

Searched refs:proto_input (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dkpi_protocol.h113 extern errno_t proto_input(protocol_family_t protocol, mbuf_t packet)
H A Dether_inet6_pr_module.c149 if (proto_input(protocol, packet) != 0) { in ether_inet6_input()
H A Dkpi_protocol.c248 proto_input(protocol_family_t protocol, mbuf_t packet_list) in proto_input() function
H A Dether_inet_pr_module.c230 if (m_list != NULL && proto_input(PF_INET, m_list) != 0) { in ether_inet_input()
H A Dnet_stubs.c279 STUB(proto_input);
H A Dif_loop.c486 if (proto_input(protocol_family, m) != 0) { in lo_input()
H A Dif_stf.c208 if (proto_input(protocol_family, m) != 0) { in stf_media_input()
H A Dif_gif.c650 if (proto_input(protocol_family, m) != 0) { in gif_input()
H A Dif_utun.c3178 if (proto_input(protocol, m) != 0) { in utun_proto_input()
H A Dif_ipsec.c4049 if (proto_input(protocol, m) != 0) { in ipsec_proto_input()
/xnu-12377.1.9/bsd/netinet6/
H A Dah_input.c483 if (proto_input(PF_INET, m) != 0) { in ah4_input()
879 if (proto_input(PF_INET6, m) != 0) { in ah6_input()
H A Desp_input.c737 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()