Home
last modified time | relevance | path

Searched refs:IP_FW_TEE (Results 1 – 4 of 4) sorted by relevance

/freebsd/share/dtrace/
H A Dipfw.d40 #pragma D binding "1.0" IP_FW_TEE
41 inline int IP_FW_TEE = 3; variable
60 ret == IP_FW_TEE ? "TEE" :
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c275 case IP_FW_TEE: in ipfw_check_packet()
282 (void )ipfw_divert(m0, &args, ipfw == IP_FW_TEE); in ipfw_check_packet()
H A Dip_fw_private.h56 IP_FW_TEE, enumerator
H A Dip_fw2.c3012 IP_FW_DIVERT : IP_FW_TEE; in ipfw_chk()