| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inftrees.c | 31 unsigned drop; /* code bits to drop for sub-table */ in zlib_inflate_table() local 192 drop = 0; /* current bits to drop from code for index */ in zlib_inflate_table() 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() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inftrees.c | 41 unsigned drop; /* code bits to drop for sub-table */ in inflate_table() local 202 drop = 0; /* current bits to drop from code for index */ in inflate_table() 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() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/devlink/ |
| H A D | devlink-trap.rst | 38 port). This is especially useful for drop traps (see :ref:`Trap-Types`) 62 | devlink | (non-drop traps) 91 * ``drop``: Trapped packets were dropped by the underlying device. Packets 103 the kernel's Rx path, but not reported to the kernel's drop monitor. 115 * ``drop``: The packet is dropped by the underlying device and a copy is not 135 - ``drop`` 136 - Traps incoming packets that the device decided to drop because of a 139 - ``drop`` 140 - Traps incoming packets that the device decided to drop in case of VLAN 144 - ``drop`` [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | seg6_local.c | 225 goto drop; in input_action_end() 233 drop: in input_action_end() 245 goto drop; in input_action_end_x() 253 drop: in input_action_end_x() 264 goto drop; in input_action_end_t() 272 drop: in input_action_end_t() 286 goto drop; in input_action_end_dx2() 289 goto drop; in input_action_end_dx2() 299 goto drop; in input_action_end_dx2() 303 goto drop; in input_action_end_dx2() [all …]
|
| H A D | xfrm6_input.c | 109 goto drop; in xfrm6_udp_encap_rcv() 120 goto drop; in xfrm6_udp_encap_rcv() 138 goto drop; in xfrm6_udp_encap_rcv() 145 goto drop; in xfrm6_udp_encap_rcv() 158 drop: in xfrm6_udp_encap_rcv() 186 goto drop; in xfrm6_input_addr() 191 goto drop; in xfrm6_input_addr() 238 goto drop; in xfrm6_input_addr() 252 drop: in xfrm6_input_addr()
|
| /OK3568_Linux_fs/kernel/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() 105 goto drop; in ip_forward() 122 goto drop; in ip_forward() 135 goto drop; in ip_forward() 140 goto drop; in ip_forward() 166 goto drop; in ip_forward() 172 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() 113 goto drop; in xfrm4_udp_encap_rcv() 124 goto drop; in xfrm4_udp_encap_rcv() 142 goto drop; in xfrm4_udp_encap_rcv() 150 goto drop; in xfrm4_udp_encap_rcv() 163 drop: in xfrm4_udp_encap_rcv()
|
| H A D | ip_input.c | 271 goto drop; in ip_rcv_options() 280 goto drop; in ip_rcv_options() 292 goto drop; in ip_rcv_options() 297 goto drop; in ip_rcv_options() 301 drop: in ip_rcv_options() 378 goto drop; in ip_rcv_finish_core() 406 goto drop; in ip_rcv_finish_core() 411 drop: in ip_rcv_finish_core() 418 goto drop; in ip_rcv_finish_core() 451 goto drop; in ip_rcv_core() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | tc_flower.sh | 42 $tcflags dst_mac $dummy_mac action drop 44 $tcflags dst_mac $h2mac action drop 68 $tcflags src_mac $dummy_mac action drop 70 $tcflags src_mac $h1mac action drop 92 $tcflags dst_ip 198.51.100.2 action drop 94 $tcflags dst_ip 192.0.2.2 action drop 96 $tcflags dst_ip 192.0.2.0/24 action drop 126 $tcflags src_ip 198.51.100.1 action drop 128 $tcflags src_ip 192.0.2.1 action drop 130 $tcflags src_ip 192.0.2.0/24 action drop [all …]
|
| H A D | tc_police.sh | 132 action drop 158 action police rate 80mbit burst 16k conform-exceed drop/ok 170 action police rate 80mbit burst 16k conform-exceed drop/ok 207 action drop 212 action police rate 80mbit burst 16k conform-exceed drop/ok \ 241 action drop 246 action drop 251 action police rate 80mbit burst 16k conform-exceed drop/pipe \ 304 action police mtu 1042 conform-exceed drop/ok 309 action drop
|
| H A D | tc_chains.sh | 39 flower $tcflags dst_mac $h2mac action drop 58 flower $tcflags dst_mac $h2mac action drop 60 $tcflags dst_mac $h2mac action drop 134 flower dst_mac $h2mac action drop 138 flower src_mac $h2mac action drop &> /dev/null 142 flower src_mac $h2mac action drop 146 flower dst_mac $h2mac action drop &> /dev/null
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
| H A D | tc_flower.sh | 101 $tcflags dst_ip 192.0.2.2 action drop 110 $tcflags dst_ip 198.51.100.2 action drop 147 $tcflags dst_ip 192.0.2.2 action drop 149 $tcflags dst_ip 192.0.2.2 action drop 166 $tcflags dst_ip 192.0.2.2 action drop 195 $tcflags dst_ip 192.0.2.2 action drop 197 $tcflags dst_ip 192.0.0.0/8 action drop 214 $tcflags dst_ip 192.0.2.0/24 action drop 302 $tcflags dst_ip 192.0.2.2 action drop 305 $tcflags dst_ip 192.0.2.2 action drop [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | tc_restrictions.sh | 45 skip_sw dst_ip 192.0.2.2 action drop 62 skip_sw dst_ip 192.0.2.2 action drop 71 skip_sw dst_ip 192.0.2.2 action drop 201 skip_sw dst_ip 192.0.2.2 action drop 219 skip_sw dst_ip 192.0.2.2 action drop 225 skip_sw dst_ip 192.0.2.2 action drop 255 skip_sw dst_ip 192.0.2.2 action drop 273 skip_sw dst_ip 192.0.2.2 action drop 279 skip_sw dst_ip 192.0.2.2 action drop 300 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 286 local t0_rx t0_drop t1_rx t1_drop rx drop 311 drop=$((t1_drop - t0_drop)) 312 (( drop == 0 )) 313 check_err $? "Expected zero policer drops, got $drop" 314 log_info "Measured policer drops of $drop packets" 335 drop=$((t1_drop - t0_drop)) 336 (( drop == 0 )) 337 check_err $? "Expected zero policer drops, got $drop" 338 log_info "Measured policer drops of $drop packets"
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_monitor_user.c | 400 double drop, info; in stats_print() local 410 drop = calc_drop(r, p, t); in stats_print() 418 i, to_cpu, pps, drop, info, info_str); in stats_print() 422 drop = calc_drop(&rec->total, &prev->total, t); in stats_print() 429 "sum", to_cpu, pps, drop, info, info_str); in stats_print() 438 double drop, info; in stats_print() local 449 drop = calc_drop(r, p, t); in stats_print() 453 if (pps > 0 || drop > 0) in stats_print() 455 i, pps, drop, info, i_str); in stats_print() 458 drop = calc_drop(&rec->total, &prev->total, t); in stats_print() [all …]
|
| H A D | xdp_redirect_cpu_user.c | 357 double pps = 0, drop = 0, err = 0; in stats_print() local 386 drop = calc_drop_pps(r, p, t); in stats_print() 392 i, pps, drop, err, errstr); in stats_print() 395 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print() 397 printf(fm2_rx, "XDP-RX", "total", pps, drop); in stats_print() 414 drop = calc_drop_pps(r, p, t); in stats_print() 422 i, to_cpu, pps, drop, err, errstr); in stats_print() 426 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print() 433 "sum", to_cpu, pps, drop, err, errstr); in stats_print() 451 drop = calc_drop_pps(r, p, t); in stats_print() [all …]
|
| /OK3568_Linux_fs/kernel/net/llc/ |
| H A D | llc_input.c | 167 goto drop; in llc_rcv() 175 goto drop; in llc_rcv() 181 goto drop; in llc_rcv() 189 goto drop; in llc_rcv() 214 drop: in llc_rcv() 220 goto drop; in llc_rcv()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_nat.c | 130 goto drop; in tcf_nat_act() 134 goto drop; in tcf_nat_act() 145 goto drop; in tcf_nat_act() 173 goto drop; in tcf_nat_act() 186 goto drop; in tcf_nat_act() 202 goto drop; in tcf_nat_act() 211 goto drop; in tcf_nat_act() 225 goto drop; in tcf_nat_act() 250 drop: in tcf_nat_act()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | lwtunnel.c | 326 goto drop; in lwtunnel_output() 341 goto drop; in lwtunnel_output() 345 drop: in lwtunnel_output() 360 goto drop; in lwtunnel_xmit() 376 goto drop; in lwtunnel_xmit() 380 drop: in lwtunnel_xmit() 395 goto drop; in lwtunnel_input() 410 goto drop; in lwtunnel_input() 414 drop: in lwtunnel_input()
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | lapbether.c | 92 goto drop; in lapbeth_rcv() 98 goto drop; in lapbeth_rcv() 128 drop: in lapbeth_rcv() 162 goto drop; in lapbeth_xmit() 168 goto drop; in lapbeth_xmit() 176 goto drop; in lapbeth_xmit() 182 goto drop; in lapbeth_xmit() 189 goto drop; in lapbeth_xmit() 194 drop: in lapbeth_xmit()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_uc.c | 293 goto drop; in qib_uc_rcv() 342 goto drop; in qib_uc_rcv() 412 goto drop; in qib_uc_rcv() 428 goto drop; in qib_uc_rcv() 447 goto drop; in qib_uc_rcv() 450 goto drop; in qib_uc_rcv() 465 goto drop; in qib_uc_rcv() 469 goto drop; in qib_uc_rcv() 477 goto drop; in qib_uc_rcv() 492 goto drop; in qib_uc_rcv() [all …]
|
| H A D | qib_ud.c | 70 goto drop; in qib_ud_loopback() 81 goto drop; in qib_ud_loopback() 102 goto drop; in qib_ud_loopback() 117 goto drop; in qib_ud_loopback() 218 drop: in qib_ud_loopback() 455 goto drop; in qib_ud_rcv() 466 goto drop; in qib_ud_rcv() 489 goto drop; in qib_ud_rcv() 495 goto drop; in qib_ud_rcv() 500 goto drop; in qib_ud_rcv() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | uc.c | 356 goto drop; in hfi1_uc_rcv() 405 goto drop; in hfi1_uc_rcv() 488 goto drop; in hfi1_uc_rcv() 503 goto drop; in hfi1_uc_rcv() 522 goto drop; in hfi1_uc_rcv() 525 goto drop; in hfi1_uc_rcv() 537 goto drop; in hfi1_uc_rcv() 541 goto drop; in hfi1_uc_rcv() 549 goto drop; in hfi1_uc_rcv() 562 goto drop; in hfi1_uc_rcv() [all …]
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_input.c | 490 goto drop; in xfrm_input() 521 goto drop; in xfrm_input() 526 goto drop; in xfrm_input() 530 goto drop; in xfrm_input() 535 goto drop; in xfrm_input() 559 goto drop; in xfrm_input() 566 goto drop; in xfrm_input() 577 goto drop; in xfrm_input() 585 goto drop; in xfrm_input() 595 goto drop; in xfrm_input() [all …]
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_input.c | 90 goto drop; in br_handle_frame_finish() 113 goto drop; in br_handle_frame_finish() 118 goto drop; in br_handle_frame_finish() 183 drop: in br_handle_frame_finish() 278 goto drop; in br_handle_frame() 290 goto drop; in br_handle_frame() 322 goto drop; in br_handle_frame() 365 drop: in br_handle_frame()
|