Searched refs:SRV_OBJECT (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_eaction.c | 97 ((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 D | ip_fw_dynamic.c | 706 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 D | ip_fw_log.c | 293 ((struct named_object *)SRV_OBJECT(chain, in ipfw_log_syslog()
|
H A D | ip_fw_private.h | 527 #define SRV_OBJECT(ch, idx) ((ch)->srvstate[(idx)]) macro
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64stl_control.c | 222 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 D | nat64clat_control.c | 197 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 D | nat64clat.c | 62 (struct nat64clat_cfg *)SRV_OBJECT((chain), insntod(cmd, kidx)->kidx)
|
H A D | nat64lsn_control.c | 208 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 D | nat64stl.c | 61 (struct nat64stl_cfg *)SRV_OBJECT((chain), insntod(cmd, kidx)->kidx)
|
H A D | nat64lsn.c | 87 (struct nat64lsn_instance *)SRV_OBJECT((chain), insntod(cmd, kidx)->kidx)
|
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.c | 79 (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()
|