Searched refs:ip_dn_io_ptr (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.h428 extern ip_dn_io_t *ip_dn_io_ptr;
430 #define DUMMYNET_LOADED (ip_dn_io_ptr != NULL)
H A Dip_input.c306 ip_dn_io_t *ip_dn_io_ptr; variable
968 ip_dn_io_ptr(m, i&0xffff, DN_TO_IP_IN, &args, DN_CLIENT_IPFW);
H A Dip_dummynet.c2590 ip_dn_io_ptr = dummynet_io;
H A Dip_output.c250 * ip_dn_io_ptr:??? [dummynet]
1395 error = ip_dn_io_ptr(m, off & 0xffff, DN_TO_IP_OUT,
/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c4846 ip_dn_io_ptr(mp, DN_TO_IFB_FWD, &args, DN_CLIENT_IPFW);
H A Dpf.c5278 if (r->dnpipe && ip_dn_io_ptr != NULL) {
5329 ip_dn_io_ptr(m,

Completed in 52 milliseconds