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

/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c224 if (ip_dn_io_ptr == NULL)
227 ret = ip_dn_io_ptr(m0, dir, &args);
229 ret = ip_dn_io_ptr(m0, dir | PROTO_IPV6, &args);
374 if (ip_dn_io_ptr == NULL)
379 ip_dn_io_ptr(&m, dir, &args);
H A Dip_dummynet.c2184 ip_dn_io_ptr = NULL;
2204 if (ip_dn_io_ptr) {
2210 ip_dn_io_ptr = dummynet_io;
/freebsd-10.2-release/sys/netinet/
H A Dip_var.h303 extern int (*ip_dn_io_ptr)(struct mbuf **, int, struct ip_fw_args *);
H A Draw_ip.c98 int (*ip_dn_io_ptr)(struct mbuf **, int, struct ip_fw_args *); variable

Completed in 146 milliseconds