Searched refs:ip_proto_dispatch_in (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.61.5/bsd/netinet/ |
| H A D | kpi_ipfilter_var.h | 59 extern void ip_proto_dispatch_in(struct mbuf *m, int hlen, u_int8_t proto,
|
| H A D | ip_input.c | 622 ip_proto_dispatch_in(struct mbuf *m, int hlen, u_int8_t proto, in ip_proto_dispatch_in() function 839 ip_proto_dispatch_in(tmp_mbuf, hlen, ip->ip_p, 0); in ip_input_dispatch_chain() 1029 ip_proto_dispatch_in(m, hlen, ip->ip_p, inject_filter_ref); in ip_input_first_pass() 1811 ip_proto_dispatch_in(m, hlen, ip->ip_p, inject_filter_ref); in ip_input() 2115 ip_proto_dispatch_in(m, hlen, ip->ip_p, 0); in ip_input()
|
| /xnu-11215.61.5/bsd/netinet6/ |
| H A D | ah_input.c | 557 ip_proto_dispatch_in(m, off, (u_int8_t)nxt, 0); in ah4_input()
|
| H A D | esp_input.c | 886 ip_proto_dispatch_in(m, off, (u_int8_t)nxt, 0); in esp4_input_extended()
|