Searched refs:ip_dn_io_ptr (Results 1 – 5 of 5) sorted by relevance
253 if (ip_dn_io_ptr == NULL) { in ipfw_check_packet()259 (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()
2574 ip_dn_io_ptr = NULL; in ip_dn_destroy()2596 if (ip_dn_io_ptr) { in dummynet_modevent()2602 ip_dn_io_ptr = dummynet_io; in dummynet_modevent()
302 extern int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *);
106 int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *); variable