Searched refs:ip_dn_io_ptr (Results 1 – 4 of 4) sorted by relevance
251 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()
2635 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()
305 extern int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *);
104 int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *); variable