Home
last modified time | relevance | path

Searched refs:have_tag (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/ipfw/
H A Dipfw2.c4164 ipfw_insn *have_log = NULL, *have_altq = NULL, *have_tag = NULL; in compile_rule() local
4730 if (have_tag) in compile_rule()
4735 have_tag = cmd; in compile_rule()
5628 if (have_tag) { in compile_rule()
5629 i = F_LEN(have_tag); in compile_rule()
5631 bcopy(have_tag, dst, i * sizeof(uint32_t)); in compile_rule()
/freebsd/sys/dev/ti/
H A Dif_ti.c2765 int have_tag = 0; in ti_rxeof() local
2774 have_tag = 1; in ti_rxeof()
2871 if (have_tag) { in ti_rxeof()
/freebsd/sys/dev/bge/
H A Dif_bge.c4315 int have_tag = 0; in bge_rxeof() local
4332 have_tag = 1; in bge_rxeof()
4386 if (have_tag) { in bge_rxeof()