Searched refs:SRV_OBJECT (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/sys/netpfil/ipfw/ |
| 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()
|
| D | ip_fw_log.c | 275 ((struct named_object *)SRV_OBJECT(chain, in ipfw_log()
|
| D | ip_fw_dynamic.c | 579 ((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()
|
| D | ip_fw_private.h | 570 #define SRV_OBJECT(ch, idx) ((ch)->srvstate[(idx)]) macro
|
| /freebsd-12-stable/sys/netpfil/ipfw/nat64/ |
| D | nat64clat_control.c | 201 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()
|
| D | nat64stl_control.c | 226 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()
|
| D | nat64lsn_control.c | 206 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()
|
| D | nat64clat.c | 65 (struct nat64clat_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
|
| D | nat64stl.c | 64 (struct nat64stl_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
|
| D | nat64lsn.c | 90 (struct nat64lsn_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
|
| /freebsd-12-stable/sys/netpfil/ipfw/nptv6/ |
| D | nptv6.c | 81 (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()
|