Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netpfil/ipfw/
HDip_fw_pfil.c251 if (ip_dn_io_ptr == NULL) { in ipfw_check_packet()
257 (void )ip_dn_io_ptr(m0, &args); in ipfw_check_packet()
385 if (ip_dn_io_ptr == NULL) { in ipfw_check_frame()
398 ip_dn_io_ptr(p.m, &args); in ipfw_check_frame()
HDip_dummynet.c2635 ip_dn_io_ptr = NULL; in ip_dn_destroy()
2648 if (ip_dn_io_ptr) { in dummynet_modevent()
2654 ip_dn_io_ptr = dummynet_io; in dummynet_modevent()
/freebsd-13-stable/sys/netinet/
HDip_var.h305 extern int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *);
HDraw_ip.c104 int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *); variable