Searched refs:SRV_OBJECT (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_eaction.c | 98 ((struct eaction_obj *)SRV_OBJECT((ch), (cmd)->arg1)) 223 SRV_OBJECT(ch, obj->no.kidx) = obj; in create_eaction_obj() 243 obj = SRV_OBJECT(ch, no->kidx); in destroy_eaction_obj() 244 SRV_OBJECT(ch, no->kidx) = NULL; in destroy_eaction_obj()
|
| H A D | ip_fw_log.c | 279 ((struct named_object *)SRV_OBJECT(chain, in ipfw_log()
|
| H A D | ip_fw_dynamic.c | 580 ((struct dyn_state_obj *)SRV_OBJECT(ch, (cmd)->arg1)) 701 SRV_OBJECT(ch, obj->no.kidx) = obj; in dyn_create() 722 obj = SRV_OBJECT(ch, no->kidx); in dyn_destroy() 723 SRV_OBJECT(ch, no->kidx) = NULL; in dyn_destroy() 2151 obj = SRV_OBJECT(ch, kidx); in dyn_acquire_rule() 2168 obj = SRV_OBJECT(ch, kidx); in dyn_release_rule()
|
| H A D | ip_fw_private.h | 549 #define SRV_OBJECT(ch, idx) ((ch)->srvstate[(idx)]) macro
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64stl_control.c | 225 SRV_OBJECT(ch, cfg->no.kidx) = cfg; in nat64stl_create() 346 SRV_OBJECT(ch, cfg->no.kidx) = NULL; in nat64stl_destroy() 579 cfg = (struct nat64stl_cfg *)SRV_OBJECT(ch, no->kidx); in destroy_config_cb() 580 SRV_OBJECT(ch, no->kidx) = NULL; in destroy_config_cb()
|
| H A D | nat64clat_control.c | 200 SRV_OBJECT(ch, cfg->no.kidx) = cfg; in nat64clat_create() 341 SRV_OBJECT(ch, cfg->no.kidx) = NULL; in nat64clat_destroy() 574 cfg = (struct nat64clat_cfg *)SRV_OBJECT(ch, no->kidx); in destroy_config_cb() 575 SRV_OBJECT(ch, no->kidx) = NULL; in destroy_config_cb()
|
| H A D | nat64lsn_control.c | 205 SRV_OBJECT(ch, cfg->no.kidx) = cfg; in nat64lsn_create() 254 SRV_OBJECT(ch, cfg->no.kidx) = NULL; in nat64lsn_destroy() 901 cfg = (struct nat64lsn_cfg *)SRV_OBJECT(ch, no->kidx); in destroy_config_cb() 902 SRV_OBJECT(ch, no->kidx) = NULL; in destroy_config_cb()
|
| H A D | nat64clat.c | 65 (struct nat64clat_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
|
| H A D | nat64stl.c | 64 (struct nat64stl_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
|
| H A D | nat64lsn.c | 90 (struct nat64lsn_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 81 (struct nptv6_cfg *)SRV_OBJECT((chain), (cmd)->arg1) 581 cfg = (struct nptv6_cfg *)SRV_OBJECT(ch, no->kidx); in ifaddr_cb() 710 SRV_OBJECT(ch, cfg->no.kidx) = cfg; in nptv6_create() 751 SRV_OBJECT(ch, cfg->no.kidx) = NULL; in nptv6_destroy() 1000 cfg = (struct nptv6_cfg *)SRV_OBJECT(ch, no->kidx); in destroy_config_cb() 1001 SRV_OBJECT(ch, no->kidx) = NULL; in destroy_config_cb()
|