Home
last modified time | relevance | path

Searched refs:dn_dir (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_io.c603 dt->dn_dir = DIR_DROP; in extra_bits()
794 if (((pkt->dn_dir == (DIR_OUT | PROTO_LAYER2)) || in dummynet_send()
795 (pkt->dn_dir == (DIR_OUT | PROTO_LAYER2 | PROTO_IPV6))) && in dummynet_send()
799 dst = pkt->dn_dir; in dummynet_send()
882 dt->dn_dir = dir; in tag_mbuf()
H A Dip_dn_private.h372 int dn_dir; /* action when packet comes out.*/ member