Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/linux-5.19.10/lib/zlib_inflate/
Dinftrees.c31 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-5.19.10/samples/bpf/
Dxdp_sample_user.c61 #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 …]
Dxdp_router_ipv4.bpf.c89 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-5.19.10/Documentation/networking/devlink/
Ddevlink-trap.rst38 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 …]
Dprestera.rst116 - ``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-5.19.10/net/ipv4/
Dip_forward.c97 goto drop; in ip_forward()
100 goto drop; in ip_forward()
103 goto drop; in ip_forward()
107 goto drop; in ip_forward()
126 goto drop; in ip_forward()
141 goto drop; in ip_forward()
146 goto drop; in ip_forward()
172 goto drop; in ip_forward()
179 drop: in ip_forward()
Dxfrm4_input.c35 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()
Dip_input.c274 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()
383 goto drop; in ip_rcv_finish_core()
412 goto drop; in ip_rcv_finish_core()
418 drop: in ip_rcv_finish_core()
427 goto drop; in ip_rcv_finish_core()
463 goto drop; in ip_rcv_core()
[all …]
/linux-5.19.10/net/ipv6/
Dseg6_local.c281 goto drop; in input_action_end()
289 drop: in input_action_end()
301 goto drop; in input_action_end_x()
309 drop: in input_action_end_x()
320 goto drop; in input_action_end_t()
328 drop: in input_action_end_t()
342 goto drop; in input_action_end_dx2()
345 goto drop; in input_action_end_dx2()
355 goto drop; in input_action_end_dx2()
359 goto drop; in input_action_end_dx2()
[all …]
Dxfrm6_input.c109 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()
/linux-5.19.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
Dtc_flower.sh101 $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 …]
/linux-5.19.10/tools/testing/selftests/net/forwarding/
Dtc_flower.sh45 $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 …]
Dtc_police.sh134 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 …]
Dtc_chains.sh39 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
/linux-5.19.10/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh48 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 …]
Ddevlink_trap_policer.sh94 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-5.19.10/net/llc/
Dllc_input.c167 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()
/linux-5.19.10/net/core/
Dlwtunnel.c331 goto drop; in lwtunnel_output()
346 goto drop; in lwtunnel_output()
350 drop: in lwtunnel_output()
365 goto drop; in lwtunnel_xmit()
381 goto drop; in lwtunnel_xmit()
385 drop: in lwtunnel_xmit()
400 goto drop; in lwtunnel_input()
415 goto drop; in lwtunnel_input()
419 drop: in lwtunnel_input()
/linux-5.19.10/drivers/infiniband/hw/qib/
Dqib_uc.c294 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-5.19.10/net/sched/
Dact_nat.c130 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()
/linux-5.19.10/drivers/infiniband/hw/hfi1/
Duc.c310 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-5.19.10/drivers/net/team/
Dteam_mode_random.c22 goto drop; in rnd_transmit()
25 goto drop; in rnd_transmit()
30 drop: in rnd_transmit()
/linux-5.19.10/net/xfrm/
Dxfrm_input.c490 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 …]
/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Dmac.h38 void rtw_mac_flush_queues(struct rtw_dev *rtwdev, u32 queues, bool drop);
41 static inline void rtw_mac_flush_all_queues(struct rtw_dev *rtwdev, bool drop) in rtw_mac_flush_all_queues() argument
43 rtw_mac_flush_queues(rtwdev, BIT(rtwdev->hw->queues) - 1, drop); in rtw_mac_flush_all_queues()
/linux-5.19.10/drivers/net/wireless/silabs/wfx/
Ddata_rx.c49 goto drop; in wfx_rx_cb()
53 goto drop; in wfx_rx_cb()
85 goto drop; in wfx_rx_cb()
91 drop: in wfx_rx_cb()

12345678910>>...22