Searched refs:etlv (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_eaction.c | 178 .etlv = IPFW_TLV_EACTION, 198 obj->no.etlv = IPFW_TLV_EACTION; in create_eaction_obj() 363 if (no == NULL || no->etlv != IPFW_TLV_EACTION) { in ipfw_del_eaction() 442 if (no == NULL || no->etlv != IPFW_TLV_EACTION) in ipfw_reset_eaction_instance()
|
| H A D | ip_fw_private.h | 342 uint16_t etlv; /* Export TLV id */ member 618 uint32_t etlv; /* Relevant export TLV id */ member 664 int ipfw_mark_object_kidx(uint32_t *bmask, uint16_t etlv, uint16_t kidx); 734 uint32_t etlv, struct named_object **pno); 737 uint32_t etlv);
|
| H A D | ip_fw_sockopt.c | 930 no->etlv, no->name) != NULL) in test_sets_cb() 2233 ntlv->head.type = no->etlv; in ipfw_export_obj_ntlv() 2345 ipfw_mark_object_kidx(uint32_t *bmask, uint16_t etlv, uint16_t kidx) in ipfw_mark_object_kidx() argument 2352 bidx = (etlv == IPFW_TLV_TBL_NAME) ? 0: IPFW_TABLES_MAX / 32; in ipfw_mark_object_kidx() 2386 if (ipfw_mark_object_kidx(da->bmask, rw->etlv, kidx)) in mark_rule_objects() 4442 ntlv->head.type != (uint16_t)etlv) in ipfw_find_name_tlv_type() 4463 uint32_t etlv, struct named_object **pno) in ipfw_objhash_find_type() argument 4472 ntlv = ipfw_find_name_tlv_type(ti->tlvs, ti->tlen, ti->uidx, etlv); in ipfw_objhash_find_type() 4503 no->etlv == (uint16_t)type) in ipfw_objhash_lookup_name_type() 4582 if (no->etlv == type) in ipfw_objhash_count_type() [all …]
|
| H A D | ip_fw_table.c | 1928 tc->no.etlv = IPFW_TLV_TBL_NAME; in create_table_internal() 2931 .etlv = IPFW_TLV_TBL_NAME, 2941 .etlv = IPFW_TLV_TBL_NAME, 2951 .etlv = IPFW_TLV_TBL_NAME, 2961 .etlv = IPFW_TLV_TBL_NAME, 2971 .etlv = IPFW_TLV_TBL_NAME, 2981 .etlv = IPFW_TLV_TBL_NAME,
|
| H A D | ip_fw_dynamic.c | 676 obj->no.etlv = IPFW_TLV_STATE_NAME; in dyn_create() 716 KASSERT(no->etlv == IPFW_TLV_STATE_NAME, in dyn_destroy() 717 ("%s: wrong object type %u", __func__, no->etlv)); in dyn_destroy() 720 no->name, no->etlv, no->kidx, no->refcnt)); in dyn_destroy() 2153 MPASS(obj->no.etlv == IPFW_TLV_STATE_NAME); in dyn_acquire_rule()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64stl_control.c | 83 cfg->no.etlv = IPFW_TLV_NAT64STL_NAME; in nat64stl_alloc_config() 562 .etlv = IPFW_TLV_EACTION /* just show it isn't table */,
|
| H A D | nat64clat_control.c | 81 cfg->no.etlv = IPFW_TLV_NAT64CLAT_NAME; in nat64clat_alloc_config() 557 .etlv = IPFW_TLV_EACTION /* just show it isn't table */,
|
| H A D | nat64lsn_control.c | 166 cfg->no.etlv = IPFW_TLV_NAT64LSN_NAME; in nat64lsn_create() 884 .etlv = IPFW_TLV_EACTION /* just show it isn't table */,
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 429 cfg->no.etlv = IPFW_TLV_NPTV6_NAME; in nptv6_alloc_config() 981 .etlv = IPFW_TLV_EACTION /* just show it isn't table */,
|