Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c252 if (ip_dn_io_ptr == NULL) { in ipfw_check_packet()
258 (void )ip_dn_io_ptr(m0, &args); in ipfw_check_packet()
373 if (ip_dn_io_ptr == NULL) { in ipfw_check_frame_mbuf()
378 ip_dn_io_ptr(m0, &args); in ipfw_check_frame_mbuf()
438 if (ip_dn_io_ptr == NULL) { in ipfw_check_frame_mem()
448 ip_dn_io_ptr(m, &args); in ipfw_check_frame_mem()
H A Dip_dummynet.c2649 ip_dn_io_ptr = NULL; in ip_dn_destroy()
2662 if (ip_dn_io_ptr) { in dummynet_modevent()
2668 ip_dn_io_ptr = dummynet_io; in dummynet_modevent()
/freebsd/sys/netinet/
H A Dip_var.h341 extern int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *);
H A Draw_ip.c98 int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *); variable
/freebsd/sys/netpfil/pf/
H A Dpf.c5497 if (ip_dn_io_ptr == NULL) { in pf_test_eth_rule()
5549 ip_dn_io_ptr(m0, &dnflow); in pf_test_eth_rule()
9899 if (ip_dn_io_ptr == NULL) { in pf_dummynet_route()
9950 ip_dn_io_ptr(m0, &dnflow); in pf_dummynet_route()
10828 if (ip_dn_io_ptr != NULL && pd.pf_mtag != NULL && in pf_test()