/openbmc/linux/lib/zlib_inflate/ |
H A D | inftrees.c | 204 this.bits = (unsigned char)(len - drop); in zlib_inflate_table() 219 incr = 1U << (len - drop); in zlib_inflate_table() 224 next[(huff >> drop) + fill] = this; in zlib_inflate_table() 248 if (drop == 0) in zlib_inflate_table() 249 drop = root; in zlib_inflate_table() 255 curr = len - drop; in zlib_inflate_table() 257 while (curr + drop < max) { in zlib_inflate_table() 258 left -= count[curr + drop]; in zlib_inflate_table() 285 this.bits = (unsigned char)(len - drop); in zlib_inflate_table() 290 drop = 0; in zlib_inflate_table() [all …]
|
/openbmc/u-boot/lib/zlib/ |
H A D | inftrees.c | 214 this.bits = (unsigned char)(len - drop); in inflate_table() 229 incr = 1U << (len - drop); in inflate_table() 234 next[(huff >> drop) + fill] = this; in inflate_table() 258 if (drop == 0) in inflate_table() 259 drop = root; in inflate_table() 265 curr = len - drop; in inflate_table() 267 while (curr + drop < max) { in inflate_table() 268 left -= count[curr + drop]; in inflate_table() 295 this.bits = (unsigned char)(len - drop); in inflate_table() 300 drop = 0; in inflate_table() [all …]
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample_user.c | 61 #define DROP(drop) drop, "drop/s" argument 116 __u64 drop; member 126 __u64 drop; member 138 __u64 drop; member 683 out->rx_cnt.drop = drop; in stats_get_rx_cnt() 686 out->totals.drop += drop; in stats_get_rx_cnt() 886 if (!drop) in stats_get_redirect_err_cnt() 894 sum += drop; in stats_get_redirect_err_cnt() 919 sum += drop; in stats_get_exception_cnt() 991 out->xmit_cnt.drop = drop; in stats_get_devmap_xmit() [all …]
|
H A D | xdp_router_ipv4.bpf.c | 89 goto drop; in xdp_router_ipv4_prog() 99 goto drop; in xdp_router_ipv4_prog() 116 goto drop; in xdp_router_ipv4_prog() 139 goto drop; in xdp_router_ipv4_prog() 144 goto drop; in xdp_router_ipv4_prog() 149 goto drop; in xdp_router_ipv4_prog() 182 drop: in xdp_router_ipv4_prog()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_forward.c | 96 goto drop; in ip_forward() 99 goto drop; in ip_forward() 102 goto drop; in ip_forward() 106 goto drop; in ip_forward() 125 goto drop; in ip_forward() 140 goto drop; in ip_forward() 145 goto drop; in ip_forward() 171 goto drop; in ip_forward() 178 drop: in ip_forward()
|
H A D | xfrm4_input.c | 35 goto drop; in xfrm4_rcv_encap_finish() 39 goto drop; in xfrm4_rcv_encap_finish() 42 drop: in xfrm4_rcv_encap_finish() 117 goto drop; in xfrm4_udp_encap_rcv() 128 goto drop; in xfrm4_udp_encap_rcv() 146 goto drop; in xfrm4_udp_encap_rcv() 154 goto drop; in xfrm4_udp_encap_rcv() 167 drop: in xfrm4_udp_encap_rcv()
|
H A D | ip_input.c | 274 goto drop; in ip_rcv_options() 283 goto drop; in ip_rcv_options() 300 goto drop; in ip_rcv_options() 304 drop: in ip_rcv_options() 388 goto drop; in ip_rcv_finish_core() 423 drop: in ip_rcv_finish_core() 432 goto drop; in ip_rcv_finish_core() 468 goto drop; in ip_rcv_core() 518 goto drop; in ip_rcv_core() 528 goto drop; in ip_rcv_core() [all …]
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-trap.rst | 135 - ``drop`` 139 - ``drop`` 144 - ``drop`` 148 - ``drop`` 152 - ``drop`` 157 - ``drop`` 162 - ``drop`` 170 - ``drop`` 174 - ``drop`` 178 - ``drop`` [all …]
|
H A D | prestera.rst | 116 - ``drop`` 119 - ``drop`` 122 - ``drop`` 125 - ``drop`` 128 - ``drop`` 131 - ``drop`` 134 - ``drop`` 137 - ``drop`` 140 - ``drop`` 141 …- Drops non-conforming packets (dropped by Ingress policer, metering drop), e.g. packet rate excee…
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/ |
H A D | 50-gbmc-nic.rules.in | 3 type filter hook input priority 0; policy drop; 13 type filter hook forward priority 0; policy drop; 15 oifname != gbmcbr drop 16 ip6 daddr fdb5:0481:10ce::/64 drop 17 ip6 saddr fdb5:0481:10ce::/64 drop
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
H A D | 50-gbmc-ncsi.rules.in | 3 type filter hook input priority 0; policy drop; 33 type filter hook forward priority 0; policy drop; 35 oifname != gbmcbr drop 36 ip6 daddr fdb5:0481:10ce::/64 drop 37 ip6 saddr fdb5:0481:10ce::/64 drop 40 type filter hook input priority 0; policy drop;
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | tc_flower.sh | 102 $tcflags dst_ip 192.0.2.2 action drop 148 $tcflags dst_ip 192.0.2.2 action drop 150 $tcflags dst_ip 192.0.2.2 action drop 167 $tcflags dst_ip 192.0.2.2 action drop 903 $tcflags ip_proto tcp action drop 1058 action drop &> /dev/null 1062 action drop &> /dev/null 1079 action drop &> /dev/null 1083 action drop &> /dev/null 1114 action drop [all …]
|
/openbmc/linux/net/ipv6/ |
H A D | xfrm6_input.c | 116 goto drop; in xfrm6_udp_encap_rcv() 127 goto drop; in xfrm6_udp_encap_rcv() 145 goto drop; in xfrm6_udp_encap_rcv() 152 goto drop; in xfrm6_udp_encap_rcv() 165 drop: in xfrm6_udp_encap_rcv() 193 goto drop; in xfrm6_input_addr() 198 goto drop; in xfrm6_input_addr() 245 goto drop; in xfrm6_input_addr() 259 drop: in xfrm6_input_addr()
|
H A D | seg6_local.c | 399 drop: in input_action_end_core() 439 drop: in input_action_end_x_core() 787 drop: in end_flv8986_core() 840 drop: in input_action_end_t() 897 drop: in input_action_end_dx2() 948 drop: in input_action_end_dx6() 998 drop: in input_action_end_dx4() 1105 drop: in end_dt_vrf_rcv() 1169 drop: in end_dt_vrf_core() 1202 drop: in input_action_end_dt4() [all …]
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_flower.sh | 45 $tcflags dst_mac $dummy_mac action drop 47 $tcflags dst_mac $h2mac action drop 71 $tcflags src_mac $dummy_mac action drop 73 $tcflags src_mac $h1mac action drop 95 $tcflags dst_ip 198.51.100.2 action drop 97 $tcflags dst_ip 192.0.2.2 action drop 99 $tcflags dst_ip 192.0.2.0/24 action drop 131 $tcflags src_ip 192.0.2.1 action drop 169 $tcflags ip_flags nofrag action drop 323 $tcflags dst_ip 192.0.2.2 action drop [all …]
|
H A D | tc_flower_cfm.sh | 61 flower cfm op 47 action drop 63 flower cfm op 43 action drop 97 flower cfm mdl 5 action drop 99 flower cfm mdl 3 action drop 101 flower cfm mdl 0 action drop 144 flower cfm mdl 5 op 41 action drop 146 flower cfm mdl 7 op 42 action drop
|
H A D | tc_police.sh | 134 action drop 160 action police rate 80mbit burst 16k conform-exceed drop/ok 172 action police rate 80mbit burst 16k conform-exceed drop/ok 209 action drop 214 action police rate 80mbit burst 16k conform-exceed drop/ok \ 243 action drop 248 action drop 253 action police rate 80mbit burst 16k conform-exceed drop/pipe \ 306 action drop 360 action police mtu 1042 conform-exceed drop/ok [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | tc_restrictions.sh | 48 skip_sw dst_ip 192.0.2.2 action drop 65 skip_sw dst_ip 192.0.2.2 action drop 74 skip_sw dst_ip 192.0.2.2 action drop 205 skip_sw dst_ip 192.0.2.2 action drop 223 skip_sw dst_ip 192.0.2.2 action drop 229 skip_sw dst_ip 192.0.2.2 action drop 259 skip_sw dst_ip 192.0.2.2 action drop 277 skip_sw dst_ip 192.0.2.2 action drop 283 skip_sw dst_ip 192.0.2.2 action drop 320 action police rate 0.5kbit burst 1m conform-exceed drop/ok [all …]
|
H A D | devlink_trap_policer.sh | 94 devlink trap set $DEVLINK_DEV trap blackhole_route action drop 290 local t0_rx t0_drop t1_rx t1_drop rx drop 315 drop=$((t1_drop - t0_drop)) 316 (( drop == 0 )) 317 check_err $? "Expected zero policer drops, got $drop" 318 log_info "Measured policer drops of $drop packets" 339 drop=$((t1_drop - t0_drop)) 340 (( drop == 0 )) 341 check_err $? "Expected zero policer drops, got $drop" 342 log_info "Measured policer drops of $drop packets"
|
/openbmc/qemu/scripts/ |
H A D | python_qmp_updater.py | 108 drop = len(f'{res} = ') 111 drop -= 1 114 drop = 0 116 if drop: 117 args = re.sub('\n' + ' ' * drop, '\n', args)
|
/openbmc/linux/net/bridge/ |
H A D | br_input.c | 92 goto drop; in br_handle_frame_finish() 100 goto drop; in br_handle_frame_finish() 122 goto drop; in br_handle_frame_finish() 126 goto drop; in br_handle_frame_finish() 133 goto drop; in br_handle_frame_finish() 154 goto drop; in br_handle_frame_finish() 159 goto drop; in br_handle_frame_finish() 225 drop: in br_handle_frame_finish() 335 goto drop; in br_handle_frame() 377 goto drop; in br_handle_frame() [all …]
|
/openbmc/linux/net/core/ |
H A D | lwtunnel.c | 334 goto drop; in lwtunnel_output() 349 goto drop; in lwtunnel_output() 353 drop: in lwtunnel_output() 368 goto drop; in lwtunnel_xmit() 384 goto drop; in lwtunnel_xmit() 388 drop: in lwtunnel_xmit() 403 goto drop; in lwtunnel_input() 418 goto drop; in lwtunnel_input() 422 drop: in lwtunnel_input()
|
/openbmc/linux/net/x25/ |
H A D | x25_dev.c | 101 goto drop; in x25_lapb_receive_frame() 105 goto drop; in x25_lapb_receive_frame() 115 goto drop; in x25_lapb_receive_frame() 120 goto drop; in x25_lapb_receive_frame() 142 drop: in x25_lapb_receive_frame()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_uc.c | 294 goto drop; in qib_uc_rcv() 343 goto drop; in qib_uc_rcv() 413 goto drop; in qib_uc_rcv() 448 goto drop; in qib_uc_rcv() 451 goto drop; in qib_uc_rcv() 466 goto drop; in qib_uc_rcv() 470 goto drop; in qib_uc_rcv() 493 goto drop; in qib_uc_rcv() 497 goto drop; in qib_uc_rcv() 504 goto drop; in qib_uc_rcv() [all …]
|
/openbmc/linux/drivers/net/team/ |
H A D | team_mode_random.c | 22 goto drop; in rnd_transmit() 25 goto drop; in rnd_transmit() 30 drop: in rnd_transmit()
|