Home
last modified time | relevance | path

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

12345678910>>...19

/linux/samples/bpf/
H A 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 …]
H A 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/lib/zlib_inflate/
H A 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/net/ipv4/
H A Dip_forward.c94 goto drop; in ip_forward()
97 goto drop; in ip_forward()
100 goto drop; in ip_forward()
104 goto drop; in ip_forward()
123 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 Dtunnel4.c100 goto drop; in tunnel4_rcv()
108 drop: in tunnel4_rcv()
146 goto drop; in tunnel64_rcv()
154 drop: in tunnel64_rcv()
166 goto drop; in tunnelmpls4_rcv()
174 drop: in tunnelmpls4_rcv()
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh102 $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/net/core/
H A Dlwtunnel.c333 goto drop; in lwtunnel_output()
339 goto drop; in lwtunnel_output()
360 goto drop; in lwtunnel_output()
364 drop: in lwtunnel_output()
386 goto drop; in lwtunnel_xmit()
392 goto drop; in lwtunnel_xmit()
414 goto drop; in lwtunnel_xmit()
418 drop: in lwtunnel_xmit()
440 goto drop; in lwtunnel_input()
446 goto drop; in lwtunnel_input()
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A 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 …]
H A Dtc_flower_cfm.sh61 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 Drouter_multicast.sh218 dst_ip 225.1.2.3 action drop
220 dst_ip 225.1.2.3 action drop
258 dst_ip ff0e::3 action drop
260 dst_ip ff0e::3 action drop
301 dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action drop
303 dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action drop
305 dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action drop
346 dst_ip ff0e::3 ip_proto udp dst_port 12345 action drop
348 dst_ip ff0e::3 ip_proto udp dst_port 12345 action drop
350 dst_ip ff0e::3 ip_proto udp dst_port 12345 action drop
[all …]
H A 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/net/ipv6/
H A Dseg6_local.c396 goto drop; in input_action_end_core()
402 drop: in input_action_end_core()
436 goto drop; in input_action_end_x_core()
442 drop: in input_action_end_x_core()
756 goto drop; in end_flv8986_core()
761 goto drop; in end_flv8986_core()
777 goto drop; in end_flv8986_core()
785 goto drop; in end_flv8986_core()
790 drop: in end_flv8986_core()
835 goto drop; in input_action_end_t()
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A 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 …]
/linux/Documentation/networking/devlink/
H A 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/drivers/net/ovpn/
H A Dio.c127 goto drop; in ovpn_decrypt_post()
136 goto drop; in ovpn_decrypt_post()
163 goto drop; in ovpn_decrypt_post()
177 goto drop; in ovpn_decrypt_post()
191 goto drop; in ovpn_decrypt_post()
197 drop: in ovpn_decrypt_post()
368 goto drop; in ovpn_net_xmit()
376 goto drop; in ovpn_net_xmit()
416 goto drop; in ovpn_net_xmit()
426 drop: in ovpn_net_xmit()
/linux/net/x25/
H A Dx25_dev.c101 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/net/bridge/
H A Dbr_input.c93 goto drop; in br_handle_frame_finish()
102 goto drop; in br_handle_frame_finish()
125 goto drop; in br_handle_frame_finish()
129 goto drop; in br_handle_frame_finish()
136 goto drop; in br_handle_frame_finish()
157 goto drop; in br_handle_frame_finish()
163 goto drop; in br_handle_frame_finish()
239 drop: in br_handle_frame_finish()
351 goto drop; in br_handle_frame()
395 goto drop; in br_handle_frame()
[all …]
H A Dbr_netfilter_ipv6.c54 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/net/sched/
H A Dact_nat.c137 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/drivers/infiniband/hw/hfi1/
H A 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/net/xfrm/
H A Dxfrm_input.c494 goto drop; in xfrm_input()
529 goto drop; in xfrm_input()
534 goto drop; in xfrm_input()
538 goto drop; in xfrm_input()
543 goto drop; in xfrm_input()
569 goto drop; in xfrm_input()
576 goto drop; in xfrm_input()
587 goto drop; in xfrm_input()
595 goto drop; in xfrm_input()
604 goto drop; in xfrm_input()
[all...]
/linux/drivers/infiniband/sw/rxe/
H A Drxe_recv.c208 goto drop; /* mcast group not registered */ in rxe_rcv_mcast_pkt()
269 drop: in rxe_rcv_mcast_pkt()
323 goto drop; in rxe_rcv()
326 goto drop; in rxe_rcv()
334 goto drop; in rxe_rcv()
338 goto drop; in rxe_rcv()
342 goto drop; in rxe_rcv()
353 drop: in rxe_rcv()
/linux/net/llc/
H A Dllc_input.c178 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()
/linux/drivers/net/wan/
H A Dlapbether.c118 goto drop; in lapbeth_rcv()
125 goto drop; in lapbeth_rcv()
156 drop: in lapbeth_rcv()
193 goto drop; in lapbeth_xmit()
199 goto drop; in lapbeth_xmit()
210 goto drop; in lapbeth_xmit()
219 goto drop; in lapbeth_xmit()
227 goto drop; in lapbeth_xmit()
232 drop: in lapbeth_xmit()
/linux/drivers/net/wireless/silabs/wfx/
H A 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>>...19