Home
last modified time | relevance | path

Searched refs:SRV_OBJECT (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_eaction.c98 ((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 Dip_fw_log.c279 ((struct named_object *)SRV_OBJECT(chain, in ipfw_log()
H A Dip_fw_dynamic.c580 ((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 Dip_fw_private.h549 #define SRV_OBJECT(ch, idx) ((ch)->srvstate[(idx)]) macro
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64stl_control.c225 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 Dnat64clat_control.c200 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 Dnat64lsn_control.c205 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 Dnat64clat.c65 (struct nat64clat_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
H A Dnat64stl.c64 (struct nat64stl_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
H A Dnat64lsn.c90 (struct nat64lsn_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c81 (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()