Searched refs:etlv (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_eaction.c | 184 .etlv = IPFW_TLV_EACTION, 204 obj->no.etlv = IPFW_TLV_EACTION; in create_eaction_obj() 369 if (no == NULL || no->etlv != IPFW_TLV_EACTION) { in ipfw_del_eaction() 449 if (no == NULL || no->etlv != IPFW_TLV_EACTION) in ipfw_reset_eaction_instance()
|
H A D | ip_fw_private.h | 354 uint16_t etlv; /* Export TLV id */ member 596 uint32_t etlv; /* Relevant export TLV id */ member 660 int ipfw_mark_object_kidx(uint32_t *bmask, uint16_t etlv, uint32_t kidx); 733 uint32_t etlv, struct named_object **pno); 736 uint32_t etlv);
|
H A D | ip_fw_sockopt.c | 706 no->etlv, no->name) != NULL) in test_sets_cb() 1701 ntlv->head.type = no->etlv; in ipfw_export_obj_ntlv() 1814 ipfw_mark_object_kidx(uint32_t *bmask, uint16_t etlv, uint32_t kidx) in ipfw_mark_object_kidx() argument 1821 bidx = (etlv == IPFW_TLV_TBL_NAME) ? 0: IPFW_TABLES_MAX / 32; in ipfw_mark_object_kidx() 1855 if (ipfw_mark_object_kidx(da->bmask, rw->etlv, kidx)) in mark_rule_objects() 3471 ipfw_find_name_tlv_type(void *tlvs, int len, uint32_t uidx, uint32_t etlv) in ipfw_find_name_tlv_type() argument 3496 ntlv->head.type != (uint16_t)etlv) in ipfw_find_name_tlv_type() 3517 uint32_t etlv, struct named_object **pno) in ipfw_objhash_find_type() argument 3526 ntlv = ipfw_find_name_tlv_type(ti->tlvs, ti->tlen, ti->uidx, etlv); in ipfw_objhash_find_type() 3557 no->etlv == (uint16_t)type) in ipfw_objhash_lookup_name_type() [all …]
|
H A D | ip_fw_table.c | 1853 tc->no.etlv = IPFW_TLV_TBL_NAME; in create_table_internal() 2603 .etlv = IPFW_TLV_TBL_NAME, 2613 .etlv = IPFW_TLV_TBL_NAME, 2623 .etlv = IPFW_TLV_TBL_NAME, 2633 .etlv = IPFW_TLV_TBL_NAME, 2643 .etlv = IPFW_TLV_TBL_NAME, 2653 .etlv = IPFW_TLV_TBL_NAME, 2663 .etlv = IPFW_TLV_TBL_NAME, 2673 .etlv = IPFW_TLV_TBL_NAME,
|
H A D | ip_fw_dynamic.c | 681 obj->no.etlv = IPFW_TLV_STATE_NAME; in dyn_create() 721 KASSERT(no->etlv == IPFW_TLV_STATE_NAME, in dyn_destroy() 722 ("%s: wrong object type %u", __func__, no->etlv)); in dyn_destroy() 725 no->name, no->etlv, no->kidx, no->refcnt)); in dyn_destroy() 2162 MPASS(obj->no.etlv == IPFW_TLV_STATE_NAME); in dyn_acquire_rule()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | ip_fw_nat64.h | 97 .etlv = IPFW_TLV_EACTION /* just show it isn't table */,\
|
H A D | nat64stl_control.c | 80 cfg->no.etlv = IPFW_TLV_NAT64STL_NAME; in nat64stl_alloc_config()
|
H A D | nat64clat_control.c | 78 cfg->no.etlv = IPFW_TLV_NAT64CLAT_NAME; in nat64clat_alloc_config()
|
H A D | nat64lsn_control.c | 166 i->no.etlv = IPFW_TLV_NAT64LSN_NAME; in nat64lsn_create()
|
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.c | 427 cfg->no.etlv = IPFW_TLV_NPTV6_NAME; in nptv6_alloc_config() 980 .etlv = IPFW_TLV_EACTION /* just show it isn't table */,
|