Lines Matching refs:etlv
706 no->etlv, no->name) != NULL) in test_sets_cb()
1732 ntlv->head.type = no->etlv; in ipfw_export_obj_ntlv()
1845 ipfw_mark_object_kidx(uint32_t *bmask, uint16_t etlv, uint32_t kidx) in ipfw_mark_object_kidx() argument
1852 bidx = (etlv == IPFW_TLV_TBL_NAME) ? 0: IPFW_TABLES_MAX / 32; in ipfw_mark_object_kidx()
1886 if (ipfw_mark_object_kidx(da->bmask, rw->etlv, kidx)) in mark_rule_objects()
3502 ipfw_find_name_tlv_type(void *tlvs, int len, uint32_t uidx, uint32_t etlv) in ipfw_find_name_tlv_type() argument
3527 ntlv->head.type != (uint16_t)etlv) in ipfw_find_name_tlv_type()
3548 uint32_t etlv, struct named_object **pno) in ipfw_objhash_find_type() argument
3557 ntlv = ipfw_find_name_tlv_type(ti->tlvs, ti->tlen, ti->uidx, etlv); in ipfw_objhash_find_type()
3588 no->etlv == (uint16_t)type) in ipfw_objhash_lookup_name_type()
3667 if (no->etlv == type) in ipfw_objhash_count_type()
3707 if (no->etlv != type) in ipfw_objhash_foreach_type()