/linux-6.6.21/lib/zlib_inflate/ |
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 …]
|
/linux-6.6.21/samples/bpf/ |
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 653 double t, pps, drop, err; in stats_get_rx_cnt() local 666 drop = calc_drop_pps(r, p, t); in stats_get_rx_cnt() 668 if (!pps && !drop && !err) in stats_get_rx_cnt() 674 str, PPS(pps), DROP(drop), ERR(err)); in stats_get_rx_cnt() 679 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_get_rx_cnt() 683 out->rx_cnt.drop = drop; in stats_get_rx_cnt() [all …]
|
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()
|
/linux-6.6.21/Documentation/networking/devlink/ |
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 …]
|
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…
|
/linux-6.6.21/net/ipv4/ |
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()
|
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()
|
D | ip_input.c | 274 goto drop; in ip_rcv_options() 283 goto drop; in ip_rcv_options() 295 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() 417 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() [all …]
|
/linux-6.6.21/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
D | tc_flower.sh | 102 $tcflags dst_ip 192.0.2.2 action drop 111 $tcflags dst_ip 198.51.100.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 196 $tcflags dst_ip 192.0.2.2 action drop 198 $tcflags dst_ip 192.0.0.0/8 action drop 215 $tcflags dst_ip 192.0.2.0/24 action drop 303 $tcflags dst_ip 192.0.2.2 action drop 306 $tcflags dst_ip 192.0.2.2 action drop [all …]
|
/linux-6.6.21/net/ipv6/ |
D | xfrm6_input.c | 112 goto drop; in xfrm6_udp_encap_rcv() 123 goto drop; in xfrm6_udp_encap_rcv() 141 goto drop; in xfrm6_udp_encap_rcv() 148 goto drop; in xfrm6_udp_encap_rcv() 161 drop: in xfrm6_udp_encap_rcv() 189 goto drop; in xfrm6_input_addr() 194 goto drop; in xfrm6_input_addr() 241 goto drop; in xfrm6_input_addr() 255 drop: in xfrm6_input_addr()
|
D | seg6_local.c | 393 goto drop; in input_action_end_core() 399 drop: in input_action_end_core() 433 goto drop; in input_action_end_x_core() 439 drop: in input_action_end_x_core() 753 goto drop; in end_flv8986_core() 758 goto drop; in end_flv8986_core() 774 goto drop; in end_flv8986_core() 782 goto drop; in end_flv8986_core() 787 drop: in end_flv8986_core() 832 goto drop; in input_action_end_t() [all …]
|
/linux-6.6.21/tools/testing/selftests/net/forwarding/ |
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 129 $tcflags src_ip 198.51.100.1 action drop 131 $tcflags src_ip 192.0.2.1 action drop 133 $tcflags src_ip 192.0.2.0/24 action drop [all …]
|
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
|
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 332 action police pkts_rate 2000 pkts_burst 400 conform-exceed drop/ok [all …]
|
D | router_multicast.sh | 241 dst_ip 225.1.2.3 action drop 243 dst_ip 225.1.2.3 action drop 281 dst_ip ff0e::3 action drop 283 dst_ip ff0e::3 action drop 324 dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action drop 326 dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action drop 328 dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action drop 369 dst_ip ff0e::3 ip_proto udp dst_port 12345 action drop 371 dst_ip ff0e::3 ip_proto udp dst_port 12345 action drop 373 dst_ip ff0e::3 ip_proto udp dst_port 12345 action drop [all …]
|
/linux-6.6.21/tools/testing/selftests/drivers/net/mlxsw/ |
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 …]
|
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"
|
/linux-6.6.21/net/bridge/ |
D | br_input.c | 89 goto drop; in br_handle_frame_finish() 97 goto drop; in br_handle_frame_finish() 119 goto drop; in br_handle_frame_finish() 123 goto drop; in br_handle_frame_finish() 130 goto drop; in br_handle_frame_finish() 149 goto drop; in br_handle_frame_finish() 154 goto drop; in br_handle_frame_finish() 220 drop: in br_handle_frame_finish() 330 goto drop; in br_handle_frame() 372 goto drop; in br_handle_frame() [all …]
|
D | br_netfilter_ipv6.c | 54 goto drop; in br_validate_ipv6() 63 goto drop; in br_validate_ipv6() 68 goto drop; in br_validate_ipv6() 73 goto drop; in br_validate_ipv6() 84 drop: in br_validate_ipv6()
|
/linux-6.6.21/net/core/ |
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()
|
/linux-6.6.21/drivers/infiniband/hw/qib/ |
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() 429 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() 478 goto drop; in qib_uc_rcv() 493 goto drop; in qib_uc_rcv() [all …]
|
/linux-6.6.21/net/x25/ |
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()
|
/linux-6.6.21/net/sched/ |
D | act_nat.c | 142 goto drop; in tcf_nat_act() 146 goto drop; in tcf_nat_act() 157 goto drop; in tcf_nat_act() 185 goto drop; in tcf_nat_act() 198 goto drop; in tcf_nat_act() 214 goto drop; in tcf_nat_act() 223 goto drop; in tcf_nat_act() 237 goto drop; in tcf_nat_act() 262 drop: in tcf_nat_act()
|
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | uc.c | 310 goto drop; in hfi1_uc_rcv() 359 goto drop; in hfi1_uc_rcv() 442 goto drop; in hfi1_uc_rcv() 457 goto drop; in hfi1_uc_rcv() 476 goto drop; in hfi1_uc_rcv() 479 goto drop; in hfi1_uc_rcv() 491 goto drop; in hfi1_uc_rcv() 495 goto drop; in hfi1_uc_rcv() 503 goto drop; in hfi1_uc_rcv() 516 goto drop; in hfi1_uc_rcv() [all …]
|
/linux-6.6.21/net/llc/ |
D | llc_input.c | 178 goto drop; in llc_rcv() 184 goto drop; in llc_rcv() 192 goto drop; in llc_rcv() 217 drop: in llc_rcv() 223 goto drop; in llc_rcv()
|