Home
last modified time | relevance | path

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

12345678910>>...16

/Linux-v4.19/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-v4.19/net/ipv4/
Dip_forward.c88 goto drop; in ip_forward()
91 goto drop; in ip_forward()
94 goto drop; in ip_forward()
97 goto drop; in ip_forward()
114 goto drop; in ip_forward()
127 goto drop; in ip_forward()
132 goto drop; in ip_forward()
158 goto drop; in ip_forward()
164 drop: in ip_forward()
Dxfrm4_input.c40 goto drop; in xfrm4_rcv_encap_finish()
44 goto drop; in xfrm4_rcv_encap_finish()
47 drop: in xfrm4_rcv_encap_finish()
118 goto drop; in xfrm4_udp_encap_rcv()
129 goto drop; in xfrm4_udp_encap_rcv()
147 goto drop; in xfrm4_udp_encap_rcv()
155 goto drop; in xfrm4_udp_encap_rcv()
168 drop: in xfrm4_udp_encap_rcv()
Dip_input.c276 goto drop; in ip_rcv_options()
285 goto drop; in ip_rcv_options()
297 goto drop; in ip_rcv_options()
302 goto drop; in ip_rcv_options()
306 drop: in ip_rcv_options()
359 goto drop; in ip_rcv_finish_core()
387 goto drop; in ip_rcv_finish_core()
392 drop: in ip_rcv_finish_core()
399 goto drop; in ip_rcv_finish_core()
431 goto drop; in ip_rcv_core()
[all …]
Dtunnel4.c99 goto drop; in tunnel4_rcv()
107 drop: in tunnel4_rcv()
118 goto drop; in tunnel64_rcv()
126 drop: in tunnel64_rcv()
138 goto drop; in tunnelmpls4_rcv()
146 drop: in tunnelmpls4_rcv()
/Linux-v4.19/net/ipv6/
Dseg6_local.c209 goto drop; in input_action_end()
217 drop: in input_action_end()
229 goto drop; in input_action_end_x()
237 drop: in input_action_end_x()
248 goto drop; in input_action_end_t()
256 drop: in input_action_end_t()
270 goto drop; in input_action_end_dx2()
273 goto drop; in input_action_end_dx2()
283 goto drop; in input_action_end_dx2()
287 goto drop; in input_action_end_dx2()
[all …]
/Linux-v4.19/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
Dtc_flower.sh49 $tcflags dst_ip 192.0.2.2 action drop
58 $tcflags dst_ip 198.51.100.2 action drop
95 $tcflags dst_ip 192.0.2.2 action drop
97 $tcflags dst_ip 192.0.2.2 action drop
114 $tcflags dst_ip 192.0.2.2 action drop
143 $tcflags dst_ip 192.0.2.2 action drop
145 $tcflags dst_ip 192.0.0.0/16 action drop
162 $tcflags dst_ip 192.0.2.0/24 action drop
197 action drop
232 $tcflags dst_ip 192.0.2.2 action drop
[all …]
/Linux-v4.19/samples/bpf/
Dxdp_redirect_cpu_user.c269 double pps = 0, drop = 0, err = 0; in stats_print() local
294 drop = calc_drop_pps(r, p, t); in stats_print()
300 i, pps, drop, err, errstr); in stats_print()
303 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print()
305 printf(fm2_rx, "XDP-RX", "total", pps, drop); in stats_print()
322 drop = calc_drop_pps(r, p, t); in stats_print()
330 i, to_cpu, pps, drop, err, errstr); in stats_print()
334 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print()
341 "sum", to_cpu, pps, drop, err, errstr); in stats_print()
359 drop = calc_drop_pps(r, p, t); in stats_print()
[all …]
Dxdp_monitor_user.c365 double drop, info; in stats_print() local
375 drop = calc_drop(r, p, t); in stats_print()
383 i, to_cpu, pps, drop, info, info_str); in stats_print()
387 drop = calc_drop(&rec->total, &prev->total, t); in stats_print()
394 "sum", to_cpu, pps, drop, info, info_str); in stats_print()
403 double drop, info; in stats_print() local
414 drop = calc_drop(r, p, t); in stats_print()
418 if (pps > 0 || drop > 0) in stats_print()
420 i, pps, drop, info, i_str); in stats_print()
423 drop = calc_drop(&rec->total, &prev->total, t); in stats_print()
[all …]
/Linux-v4.19/tools/testing/selftests/net/forwarding/
Dtc_flower.sh41 $tcflags dst_mac $dummy_mac action drop
43 $tcflags dst_mac $h2mac action drop
67 $tcflags src_mac $dummy_mac action drop
69 $tcflags src_mac $h1mac action drop
91 $tcflags dst_ip 198.51.100.2 action drop
93 $tcflags dst_ip 192.0.2.2 action drop
95 $tcflags dst_ip 192.0.2.0/24 action drop
125 $tcflags src_ip 198.51.100.1 action drop
127 $tcflags src_ip 192.0.2.1 action drop
129 $tcflags src_ip 192.0.2.0/24 action drop
[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-v4.19/net/xfrm/
Dxfrm_input.c249 goto drop; in xfrm_input()
280 goto drop; in xfrm_input()
285 goto drop; in xfrm_input()
289 goto drop; in xfrm_input()
294 goto drop; in xfrm_input()
318 goto drop; in xfrm_input()
325 goto drop; in xfrm_input()
334 goto drop; in xfrm_input()
342 goto drop; in xfrm_input()
380 goto drop; in xfrm_input()
[all …]
/Linux-v4.19/net/llc/
Dllc_input.c166 goto drop; in llc_rcv()
174 goto drop; in llc_rcv()
180 goto drop; in llc_rcv()
188 goto drop; in llc_rcv()
213 drop: in llc_rcv()
219 goto drop; in llc_rcv()
/Linux-v4.19/net/core/
Dlwtunnel.c324 goto drop; in lwtunnel_output()
339 goto drop; in lwtunnel_output()
343 drop: in lwtunnel_output()
358 goto drop; in lwtunnel_xmit()
374 goto drop; in lwtunnel_xmit()
378 drop: in lwtunnel_xmit()
393 goto drop; in lwtunnel_input()
408 goto drop; in lwtunnel_input()
412 drop: in lwtunnel_input()
/Linux-v4.19/net/sched/
Dact_nat.c124 goto drop; in tcf_nat_act()
128 goto drop; in tcf_nat_act()
139 goto drop; in tcf_nat_act()
167 goto drop; in tcf_nat_act()
180 goto drop; in tcf_nat_act()
196 goto drop; in tcf_nat_act()
207 goto drop; in tcf_nat_act()
221 goto drop; in tcf_nat_act()
246 drop: in tcf_nat_act()
/Linux-v4.19/net/bridge/
Dbr_input.c87 goto drop; in br_handle_frame_finish()
109 goto drop; in br_handle_frame_finish()
114 goto drop; in br_handle_frame_finish()
179 drop: in br_handle_frame_finish()
222 goto drop; in br_handle_frame()
232 goto drop; in br_handle_frame()
264 goto drop; in br_handle_frame()
308 drop: in br_handle_frame()
Dbr_netfilter_ipv6.c114 goto drop; in br_validate_ipv6()
127 goto drop; in br_validate_ipv6()
132 goto drop; in br_validate_ipv6()
136 goto drop; in br_validate_ipv6()
146 drop: in br_validate_ipv6()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_uc.c293 goto drop; in qib_uc_rcv()
342 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 …]
Dqib_ud.c69 goto drop; in qib_ud_loopback()
80 goto drop; in qib_ud_loopback()
101 goto drop; in qib_ud_loopback()
116 goto drop; in qib_ud_loopback()
223 drop: in qib_ud_loopback()
459 goto drop; in qib_ud_rcv()
470 goto drop; in qib_ud_rcv()
493 goto drop; in qib_ud_rcv()
499 goto drop; in qib_ud_rcv()
504 goto drop; in qib_ud_rcv()
[all …]
/Linux-v4.19/drivers/net/wan/
Dlapbether.c95 goto drop; in lapbeth_rcv()
101 goto drop; in lapbeth_rcv()
127 drop: in lapbeth_rcv()
161 goto drop; in lapbeth_xmit()
169 goto drop; in lapbeth_xmit()
175 goto drop; in lapbeth_xmit()
182 goto drop; in lapbeth_xmit()
186 drop: in lapbeth_xmit()
/Linux-v4.19/drivers/net/team/
Dteam_mode_random.c26 goto drop; in rnd_transmit()
29 goto drop; in rnd_transmit()
34 drop: in rnd_transmit()
Dteam_mode_roundrobin.c37 goto drop; in rr_transmit()
40 goto drop; in rr_transmit()
45 drop: in rr_transmit()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Duc.c355 goto drop; in hfi1_uc_rcv()
404 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 …]
/Linux-v4.19/include/net/
Dcodel_impl.h154 bool drop; in codel_dequeue() local
161 drop = codel_should_drop(skb, ctx, vars, params, stats, in codel_dequeue()
164 if (!drop) { in codel_dequeue()
210 } else if (drop) { in codel_dequeue()
221 drop = codel_should_drop(skb, ctx, vars, params, in codel_dequeue()
/Linux-v4.19/net/ipv6/ila/
Dila_lwt.c47 goto drop; in ila_output()
80 goto drop; in ila_output()
86 goto drop; in ila_output()
96 drop: in ila_output()
107 goto drop; in ila_input()
116 drop: in ila_input()

12345678910>>...16