Home
last modified time | relevance | path

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

/freebsd/share/dtrace/
H A Dipfw.d110 #pragma D binding "1.0" IPFW_IS_PIPE
111 inline int IPFW_IS_PIPE = 0x08000000; variable
/freebsd/sys/netinet/
H A Dip_var.h315 IPFW_IS_PIPE = 0x08000000, /* pipe=1, queue = 0 */ enumerator
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_io.c915 ((fwa->rule.info & IPFW_IS_PIPE) ? 2*DN_MAX_ID : 0); in dummynet_io()
H A Dip_fw2.c3052 args->rule.info |= IPFW_IS_PIPE; in ipfw_chk()
/freebsd/sys/netpfil/pf/
H A Dpf.c5857 dnflow.rule.info |= IPFW_IS_PIPE; in pf_test_eth_rule()
10531 dnflow->rule.info |= IPFW_IS_PIPE; in pf_pdesc_to_dnflow()