Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_eaction.c97 ((struct eaction_obj *)SRV_OBJECT((ch), insntod((cmd), kidx)->kidx))
229 SRV_OBJECT(ch, obj->no.kidx) = obj; in create_eaction_obj()
249 obj = SRV_OBJECT(ch, no->kidx); in destroy_eaction_obj()
250 SRV_OBJECT(ch, no->kidx) = NULL; in destroy_eaction_obj()
H A Dip_fw_dynamic.c706 SRV_OBJECT(ch, obj->no.kidx) = obj; in dyn_create()
727 obj = SRV_OBJECT(ch, no->kidx); in dyn_destroy()
728 SRV_OBJECT(ch, no->kidx) = NULL; in dyn_destroy()
2160 obj = SRV_OBJECT(ch, kidx); in dyn_acquire_rule()
2177 obj = SRV_OBJECT(ch, kidx); in dyn_release_rule()
H A Dip_fw_log.c293 ((struct named_object *)SRV_OBJECT(chain, in ipfw_log_syslog()
H A Dip_fw_private.h527 #define SRV_OBJECT(ch, idx) ((ch)->srvstate[(idx)]) macro
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64stl_control.c222 SRV_OBJECT(ch, cfg->no.kidx) = cfg; in nat64stl_create()
343 SRV_OBJECT(ch, cfg->no.kidx) = NULL; in nat64stl_destroy()
518 cfg = (struct nat64stl_cfg *)SRV_OBJECT(ch, no->kidx); in destroy_config_cb()
519 SRV_OBJECT(ch, no->kidx) = NULL; in destroy_config_cb()
H A Dnat64clat_control.c197 SRV_OBJECT(ch, cfg->no.kidx) = cfg; in nat64clat_create()
338 SRV_OBJECT(ch, cfg->no.kidx) = NULL; in nat64clat_destroy()
513 cfg = (struct nat64clat_cfg *)SRV_OBJECT(ch, no->kidx); in destroy_config_cb()
514 SRV_OBJECT(ch, no->kidx) = NULL; in destroy_config_cb()
H A Dnat64clat.c62 (struct nat64clat_cfg *)SRV_OBJECT((chain), insntod(cmd, kidx)->kidx)
H A Dnat64lsn_control.c208 SRV_OBJECT(ch, i->no.kidx) = i; in nat64lsn_create()
221 SRV_OBJECT(ch, i->no.kidx) = NULL; in nat64lsn_detach_instance()
909 i = (struct nat64lsn_instance *)SRV_OBJECT(ch, no->kidx); in destroy_config_cb()
H A Dnat64stl.c61 (struct nat64stl_cfg *)SRV_OBJECT((chain), insntod(cmd, kidx)->kidx)
H A Dnat64lsn.c87 (struct nat64lsn_instance *)SRV_OBJECT((chain), insntod(cmd, kidx)->kidx)
/freebsd/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c79 (struct nptv6_cfg *)SRV_OBJECT((chain), insntod(cmd, kidx)->kidx)
579 cfg = (struct nptv6_cfg *)SRV_OBJECT(ch, no->kidx); in ifaddr_cb()
708 SRV_OBJECT(ch, cfg->no.kidx) = cfg; in nptv6_create()
749 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()