Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfw/
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()
Dip_fw_log.c275 ((struct named_object *)SRV_OBJECT(chain, in ipfw_log()
Dip_fw_dynamic.c579 ((struct dyn_state_obj *)SRV_OBJECT(ch, (cmd)->arg1))
700 SRV_OBJECT(ch, obj->no.kidx) = obj; in dyn_create()
721 obj = SRV_OBJECT(ch, no->kidx); in dyn_destroy()
722 SRV_OBJECT(ch, no->kidx) = NULL; in dyn_destroy()
2154 obj = SRV_OBJECT(ch, kidx); in dyn_acquire_rule()
2171 obj = SRV_OBJECT(ch, kidx); in dyn_release_rule()
Dip_fw_private.h570 #define SRV_OBJECT(ch, idx) ((ch)->srvstate[(idx)]) macro
/freebsd-12-stable/sys/netpfil/ipfw/nat64/
Dnat64clat_control.c201 SRV_OBJECT(ch, cfg->no.kidx) = cfg; in nat64clat_create()
342 SRV_OBJECT(ch, cfg->no.kidx) = NULL; in nat64clat_destroy()
576 cfg = (struct nat64clat_cfg *)SRV_OBJECT(ch, no->kidx); in destroy_config_cb()
577 SRV_OBJECT(ch, no->kidx) = NULL; in destroy_config_cb()
Dnat64stl_control.c226 SRV_OBJECT(ch, cfg->no.kidx) = cfg; in nat64stl_create()
347 SRV_OBJECT(ch, cfg->no.kidx) = NULL; in nat64stl_destroy()
581 cfg = (struct nat64stl_cfg *)SRV_OBJECT(ch, no->kidx); in destroy_config_cb()
582 SRV_OBJECT(ch, no->kidx) = NULL; in destroy_config_cb()
Dnat64lsn_control.c206 SRV_OBJECT(ch, cfg->no.kidx) = cfg; in nat64lsn_create()
255 SRV_OBJECT(ch, cfg->no.kidx) = NULL; in nat64lsn_destroy()
902 cfg = (struct nat64lsn_cfg *)SRV_OBJECT(ch, no->kidx); in destroy_config_cb()
903 SRV_OBJECT(ch, no->kidx) = NULL; in destroy_config_cb()
Dnat64clat.c65 (struct nat64clat_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
Dnat64stl.c64 (struct nat64stl_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
Dnat64lsn.c90 (struct nat64lsn_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
/freebsd-12-stable/sys/netpfil/ipfw/nptv6/
Dnptv6.c81 (struct nptv6_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
580 cfg = (struct nptv6_cfg *)SRV_OBJECT(ch, no->kidx); in ifaddr_cb()
709 SRV_OBJECT(ch, cfg->no.kidx) = cfg; in nptv6_create()
750 SRV_OBJECT(ch, cfg->no.kidx) = NULL; in nptv6_destroy()
999 cfg = (struct nptv6_cfg *)SRV_OBJECT(ch, no->kidx); in destroy_config_cb()
1000 SRV_OBJECT(ch, no->kidx) = NULL; in destroy_config_cb()