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

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c238 if (ip_dn_io_ptr == NULL)
241 ret = ip_dn_io_ptr(m0, dir, &args);
243 ret = ip_dn_io_ptr(m0, dir | PROTO_IPV6, &args);
388 if (ip_dn_io_ptr == NULL)
393 ip_dn_io_ptr(&m, dir, &args);
H A Dip_dummynet.c2524 ip_dn_io_ptr = NULL;
2546 if (ip_dn_io_ptr) {
2552 ip_dn_io_ptr = dummynet_io;
/freebsd-11.0-release/sys/netinet/
H A Dip_var.h295 extern int (*ip_dn_io_ptr)(struct mbuf **, int, struct ip_fw_args *);
H A Draw_ip.c103 int (*ip_dn_io_ptr)(struct mbuf **, int, struct ip_fw_args *); variable

Completed in 132 milliseconds