Lines Matching refs:tfw
926 struct fw_bind *tfw, *r = NULL; in fw_bindlookup() local
930 STAILQ_FOREACH(tfw, &fc->binds, fclist) in fw_bindlookup()
931 if (BIND_CMP(addr, tfw) == 0) { in fw_bindlookup()
932 r = tfw; in fw_bindlookup()
945 struct fw_bind *tfw, *prev = NULL; in fw_bindadd() local
954 STAILQ_FOREACH(tfw, &fc->binds, fclist) { in fw_bindadd()
955 if (fwb->end < tfw->start) in fw_bindadd()
957 prev = tfw; in fw_bindadd()
980 struct fw_bind *tfw; in fw_bindremove() local
985 STAILQ_FOREACH(tfw, &fc->binds, fclist) in fw_bindremove()
986 if (tfw == fwb) { in fw_bindremove()