Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c253 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()
H A Dip_dummynet.c2574 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()
/f-stack/tools/compat/include/netinet/
H A Dip_var.h302 extern int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *);
/f-stack/freebsd/netinet/
H A Dip_var.h302 extern int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *);
H A Draw_ip.c106 int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *); variable