Home
last modified time | relevance | path

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

/freebsd-14.2/share/dtrace/
H A Dipfw.d108 #pragma D binding "1.0" IPFW_IS_PIPE
109 inline int IPFW_IS_PIPE = 0x08000000; variable
/freebsd-14.2/sys/netinet/
H A Dip_var.h312 IPFW_IS_PIPE = 0x08000000, /* pipe=1, queue = 0 */ enumerator
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_dn_io.c890 ((fwa->rule.info & IPFW_IS_PIPE) ? 2*DN_MAX_ID : 0); in dummynet_io()
H A Dip_fw2.c2917 args->rule.info |= IPFW_IS_PIPE; in ipfw_chk()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf.c4588 dnflow.rule.info |= IPFW_IS_PIPE; in pf_test_eth_rule()
8083 dnflow->rule.info |= IPFW_IS_PIPE; in pf_pdesc_to_dnflow()