Home
last modified time | relevance | path

Searched refs:BPF_DROP (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c137 return export_flow_keys(keys, BPF_DROP); in parse_eth_proto()
140 return export_flow_keys(keys, BPF_DROP); in parse_eth_proto()
179 return export_flow_keys(keys, BPF_DROP); in parse_ip_proto()
196 return export_flow_keys(keys, BPF_DROP); in parse_ip_proto()
250 return export_flow_keys(keys, BPF_DROP); in parse_ip_proto()
253 return export_flow_keys(keys, BPF_DROP); in parse_ip_proto()
272 return export_flow_keys(keys, BPF_DROP); in parse_ipv6_proto()
285 return export_flow_keys(keys, BPF_DROP); in PROG()
289 return export_flow_keys(keys, BPF_DROP); in PROG()
298 return export_flow_keys(keys, BPF_DROP); in PROG()
[all …]
H A Dtest_lwt_seg6local.c314 return BPF_DROP; in __encap_srh()
332 return BPF_DROP; in __add_egr_x()
340 return BPF_DROP; in __add_egr_x()
346 return BPF_DROP; in __add_egr_x()
353 return BPF_DROP; in __add_egr_x()
368 return BPF_DROP; in __pop_egr()
371 return BPF_DROP; in __pop_egr()
374 return BPF_DROP; in __pop_egr()
377 return BPF_DROP; in __pop_egr()
381 return BPF_DROP; in __pop_egr()
[all …]
H A Dtest_check_mtu.c164 retval = BPF_DROP; in tc_use_helper()
179 int retval = BPF_DROP; /* Fail */ in tc_exceed_mtu()
192 retval = BPF_DROP; in tc_exceed_mtu()
207 int retval = BPF_DROP; /* Fail */ in tc_exceed_mtu_da()
219 retval = BPF_DROP; in tc_exceed_mtu_da()
242 retval = BPF_DROP; in tc_minus_delta()
262 retval = BPF_DROP; in tc_input_len()
271 int retval = BPF_DROP; /* Fail */ in tc_input_len_exceed()
H A Dtest_seg6_loop.c236 return BPF_DROP; in __add_egr_x()
244 return BPF_DROP; in __add_egr_x()
250 return BPF_DROP; in __add_egr_x()
257 return BPF_DROP; in __add_egr_x()
H A Dtest_lwt_redirect.c49 return BPF_DROP; in test_lwt_redirect_in()
63 return BPF_DROP; in test_lwt_redirect_out()
H A Dtest_lwt_ip_encap.c46 return BPF_DROP; in bpf_lwt_encap_gre()
80 return BPF_DROP; in bpf_lwt_encap_gre6()
H A Dtest_lwt_reroute.c24 return BPF_DROP; in test_lwt_reroute()
/openbmc/linux/samples/bpf/
H A Dtest_lwt_bpf.c68 return BPF_DROP; in do_test_data()
93 return BPF_DROP; in rewrite()
116 return BPF_DROP; in rewrite()
123 return BPF_DROP; in rewrite()
133 return BPF_DROP; in rewrite()
149 return BPF_DROP; in do_test_rewrite()
178 return BPF_DROP; in __do_push_ll_and_redirect()
241 printk("dropping with: %d", BPF_DROP); in do_drop_all()
242 return BPF_DROP; in do_drop_all()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_load_bytes.c22 BPF_MOV64_IMM(BPF_REG_0, BPF_DROP), in serial_test_flow_dissector_load_bytes()
/openbmc/linux/Documentation/bpf/
H A Dprog_flow_dissector.rst36 dissection, or BPF_DROP to indicate parsing error.
/openbmc/linux/net/core/
H A Dlwt_bpf.c68 case BPF_DROP: in run_lwt_bpf()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6167 BPF_DROP = 2, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6167 BPF_DROP = 2, enumerator
/openbmc/linux/net/ipv6/
H A Dseg6_local.c1440 case BPF_DROP: in input_action_end_bpf()