Symbol: new_set
crypto/openssl/ssl/quic/quic_sstream.c
100
UINT_SET_ITEM *range = ossl_list_uint_set_head(&qss->new_set);
crypto/openssl/ssl/quic/quic_sstream.c
189
if (!ossl_uint_set_remove(&qss->new_set, &r))
crypto/openssl/ssl/quic/quic_sstream.c
221
if (!ossl_uint_set_insert(&qss->new_set, &r))
crypto/openssl/ssl/quic/quic_sstream.c
321
if (!ossl_uint_set_insert(&qss->new_set, &r)) {
crypto/openssl/ssl/quic/quic_sstream.c
46
UINT_SET new_set, acked_set;
crypto/openssl/ssl/quic/quic_sstream.c
75
ossl_uint_set_init(&qss->new_set);
crypto/openssl/ssl/quic/quic_sstream.c
85
ossl_uint_set_destroy(&qss->new_set);
sbin/ipfw/ipfw2.c
2665
rt->new_set = rh.range.new_set;
sbin/ipfw/ipfw2.c
2717
rt.new_set = atoi(av[1]);
sbin/ipfw/ipfw2.c
2720
if (!isdigit(*(av[1])) || rt.new_set > RESVD_SET)
sbin/ipfw/ipfw2.c
2735
rt.new_set = atoi(av[2]);
sbin/ipfw/ipfw2.c
2741
rt.new_set = atoi(av[2]);
sbin/ipfw/ipfw2.c
2745
if (!isdigit(*(av[2])) || rt.new_set > RESVD_SET)
sbin/ipfw/ipfw2.c
2779
rt.new_set = masks[1];
sbin/ipfw/ipfw2.c
3712
} else if (rt.new_set == 0 && do_set == 0 &&
sbin/ipfw/ipfw2.c
6009
} else if (rt.new_set == 0) {
sys/netinet/ip_fw.h
1080
uint32_t new_set; /* New set to move/swap to */
sys/netpfil/ipfw/ip_fw_compat.c
117
uint32_t new_set; /* New set to move/swap to */
sys/netpfil/ipfw/ip_fw_compat.c
509
if (rt->set >= IPFW_MAX_SETS || rt->new_set >= IPFW_MAX_SETS)
sys/netpfil/ipfw/ip_fw_compat.c
520
crt->new_set = rt->new_set;
sys/netpfil/ipfw/ip_fw_compat.c
544
rh->range.new_set = ndel;
sys/netpfil/ipfw/ip_fw_private.h
599
uint32_t set, uint8_t new_set, enum ipfw_sets_cmd cmd);
sys/netpfil/ipfw/ip_fw_sockopt.c
1018
if (rt->set >= IPFW_MAX_SETS || rt->new_set >= IPFW_MAX_SETS)
sys/netpfil/ipfw/ip_fw_sockopt.c
1057
rh->range.new_set = ndel;
sys/netpfil/ipfw/ip_fw_sockopt.c
1127
rh->range.new_set = num;
sys/netpfil/ipfw/ip_fw_sockopt.c
1139
v_set = (V_set_disable | rt->set) & ~rt->new_set;
sys/netpfil/ipfw/ip_fw_sockopt.c
1155
if (rt->set == rt->new_set) /* nothing to do */
sys/netpfil/ipfw/ip_fw_sockopt.c
1168
(uint8_t)rt->new_set, TEST_ALL);
sys/netpfil/ipfw/ip_fw_sockopt.c
1177
rule->set = (uint8_t)rt->new_set;
sys/netpfil/ipfw/ip_fw_sockopt.c
1178
else if (rule->set == (uint8_t)rt->new_set && mv == 0)
sys/netpfil/ipfw/ip_fw_sockopt.c
1185
(uint8_t)rt->new_set, mv != 0 ? MOVE_ALL: SWAP_ALL);
sys/netpfil/ipfw/ip_fw_sockopt.c
1214
rh->range.new_set >= IPFW_MAX_SETS))
sys/netpfil/ipfw/ip_fw_sockopt.c
621
uint8_t new_set;
sys/netpfil/ipfw/ip_fw_sockopt.c
632
no->set = args->new_set;
sys/netpfil/ipfw/ip_fw_sockopt.c
633
else if (no->set == args->new_set)
sys/netpfil/ipfw/ip_fw_sockopt.c
646
no->set = args->new_set;
sys/netpfil/ipfw/ip_fw_sockopt.c
659
if (ipfw_objhash_lookup_name_type(ni, args->new_set,
sys/netpfil/ipfw/ip_fw_sockopt.c
670
uint32_t set, uint8_t new_set, enum ipfw_sets_cmd cmd)
sys/netpfil/ipfw/ip_fw_sockopt.c
676
args.new_set = new_set;
sys/netpfil/ipfw/ip_fw_sockopt.c
694
if (new_set != 0)
sys/netpfil/ipfw/ip_fw_sockopt.c
713
if (ipfw_objhash_lookup_name_type(ni, new_set, type,
sys/netpfil/ipfw/ip_fw_sockopt.c
720
no->set = new_set;
sys/netpfil/ipfw/ip_fw_sockopt.c
830
if (rule->set == rt->new_set) /* nothing to do */
sys/netpfil/ipfw/ip_fw_sockopt.c
857
if (rule->set == rt->new_set) /* nothing to do */
sys/netpfil/ipfw/ip_fw_sockopt.c
868
(uint8_t)rt->new_set, TEST_ONE);
sys/netpfil/ipfw/ip_fw_sockopt.c
876
if (rule->set == rt->new_set) /* nothing to do */
sys/netpfil/ipfw/ip_fw_sockopt.c
892
(uint8_t)rt->new_set, MOVE_ONE);
sys/netpfil/ipfw/ip_fw_sockopt.c
929
rule->set = rt->new_set;
sys/netpfil/ipfw/ip_fw_table.c
2281
table_manage_sets(struct ip_fw_chain *ch, uint32_t set, uint8_t new_set,
sys/netpfil/ipfw/ip_fw_table.c
2315
set, new_set, cmd));
sys/netpfil/ipfw/ip_fw_table.c
2326
table_manage_sets_all(struct ip_fw_chain *ch, uint32_t set, uint8_t new_set,
sys/netpfil/ipfw/ip_fw_table.c
2344
return (table_manage_sets(ch, set, new_set, cmd));
sys/netpfil/ipfw/ip_fw_table.c
2348
set, new_set, cmd));
sys/netpfil/ipfw/ip_fw_table.h
207
uint32_t new_set);
sys/netpfil/ipfw/ip_fw_table.h
209
uint32_t new_set, int mv);
sys/netpfil/ipfw/nat64/nat64clat_control.c
496
nat64clat_manage_sets(struct ip_fw_chain *ch, uint32_t set, uint8_t new_set,
sys/netpfil/ipfw/nat64/nat64clat_control.c
501
IPFW_TLV_NAT64CLAT_NAME, set, new_set, cmd));
sys/netpfil/ipfw/nat64/nat64lsn_control.c
885
nat64lsn_manage_sets(struct ip_fw_chain *ch, uint32_t set, uint8_t new_set,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
892
sets[1] = new_set;
sys/netpfil/ipfw/nat64/nat64lsn_control.c
897
set, new_set, cmd));
sys/netpfil/ipfw/nat64/nat64stl_control.c
501
nat64stl_manage_sets(struct ip_fw_chain *ch, uint32_t set, uint8_t new_set,
sys/netpfil/ipfw/nat64/nat64stl_control.c
506
set, new_set, cmd));
sys/netpfil/ipfw/nptv6/nptv6.c
969
nptv6_manage_sets(struct ip_fw_chain *ch, uint32_t set, uint8_t new_set,
sys/netpfil/ipfw/nptv6/nptv6.c
974
set, new_set, cmd));