| /Linux-v5.15/tools/testing/selftests/bpf/progs/ |
| D | test_xdp.c | 96 return XDP_DROP; in handle_ipv4() 100 return XDP_DROP; in handle_ipv4() 114 return XDP_DROP; in handle_ipv4() 126 return XDP_DROP; in handle_ipv4() 166 return XDP_DROP; in handle_ipv6() 170 return XDP_DROP; in handle_ipv6() 184 return XDP_DROP; in handle_ipv6() 195 return XDP_DROP; in handle_ipv6() 222 return XDP_DROP; in _xdp_tx_iptunnel() 232 return XDP_DROP; in _xdp_tx_iptunnel()
|
| D | test_xdp_loop.c | 92 return XDP_DROP; in handle_ipv4() 96 return XDP_DROP; in handle_ipv4() 110 return XDP_DROP; in handle_ipv4() 122 return XDP_DROP; in handle_ipv4() 162 return XDP_DROP; in handle_ipv6() 166 return XDP_DROP; in handle_ipv6() 180 return XDP_DROP; in handle_ipv6() 191 return XDP_DROP; in handle_ipv6() 218 return XDP_DROP; in _xdp_tx_iptunnel() 228 return XDP_DROP; in _xdp_tx_iptunnel()
|
| D | test_xdp_noinline.c | 439 return XDP_DROP; in send_icmp_reply() 469 return XDP_DROP; in send_icmp6_reply() 492 return XDP_DROP; in parse_icmpv6() 500 return XDP_DROP; in parse_icmpv6() 517 return XDP_DROP; in parse_icmp() 525 return XDP_DROP; in parse_icmp() 527 return XDP_DROP; in parse_icmp() 639 return XDP_DROP; in process_l3_headers_v6() 646 return XDP_DROP; in process_l3_headers_v6() 670 return XDP_DROP; in process_l3_headers_v4() [all …]
|
| D | test_map_in_map.c | 36 return XDP_DROP; in xdp_mimtest0() 41 return XDP_DROP; in xdp_mimtest0() 45 return XDP_DROP; in xdp_mimtest0()
|
| D | test_xdp_meta.c | 39 return XDP_DROP; in ing_xdp() 47 return XDP_DROP; in ing_xdp()
|
| D | xdp_redirect_multi_kern.c | 49 return XDP_DROP; in xdp_redirect_map_multi_prog() 85 return XDP_DROP; in xdp_devmap_prog()
|
| D | test_xdp_adjust_tail_shrink.c | 26 return XDP_DROP; in _xdp_adjust_tail_shrink()
|
| D | test_xdp_adjust_tail_grow.c | 29 return XDP_DROP; in _xdp_adjust_tail_grow()
|
| D | test_xdp_with_cpumap_helpers.c | 31 return XDP_DROP; in xdp_dummy_cm()
|
| D | test_check_mtu.c | 51 retval = XDP_DROP; in xdp_use_helper() 77 retval = XDP_DROP; in xdp_exceed_mtu()
|
| D | test_migrate_reuseport.c | 91 return XDP_DROP; in drop_ack()
|
| /Linux-v5.15/samples/bpf/ |
| D | xdp_tx_iptunnel_kern.c | 93 return XDP_DROP; in handle_ipv4() 97 return XDP_DROP; in handle_ipv4() 113 return XDP_DROP; in handle_ipv4() 125 return XDP_DROP; in handle_ipv4() 165 return XDP_DROP; in handle_ipv6() 169 return XDP_DROP; in handle_ipv6() 185 return XDP_DROP; in handle_ipv6() 197 return XDP_DROP; in handle_ipv6() 224 return XDP_DROP; in _xdp_tx_iptunnel()
|
| D | xdp_router_ipv4_kern.c | 115 int rc = XDP_DROP, forward_to; in xdp_router_ipv4_prog() 160 return XDP_DROP; in xdp_router_ipv4_prog() 163 return XDP_DROP; in xdp_router_ipv4_prog() 167 return XDP_DROP; in xdp_router_ipv4_prog()
|
| D | xdp_fwd_kern.c | 57 return XDP_DROP; in xdp_fwd_flags() 66 return XDP_DROP; in xdp_fwd_flags() 85 return XDP_DROP; in xdp_fwd_flags()
|
| D | xdp_adjust_tail_kern.c | 75 return XDP_DROP; in send_icmp4_too_big() 80 return XDP_DROP; in send_icmp4_too_big() 145 return XDP_DROP; in _xdp_icmp()
|
| D | xdp_redirect_map.bpf.c | 49 return XDP_DROP; in xdp_redirect_map() 81 return XDP_DROP; in xdp_redirect_map_egress()
|
| D | xdp_redirect_cpu.bpf.c | 201 return XDP_DROP; in xdp_prognum1_touch_data() 376 return XDP_DROP; in xdp_prognum4_ddos_filter_pktgen() 506 return XDP_DROP; in xdp_redirect_cpu_devmap() 521 return XDP_DROP; in xdp_redirect_cpu_drop() 534 return XDP_DROP; in xdp_redirect_egress_prog()
|
| D | xdpsock_kern.c | 23 return bpf_redirect_map(&xsks_map, rr, XDP_DROP); in xdp_sock_prog()
|
| D | xdp_redirect.bpf.c | 31 return XDP_DROP; in xdp_redirect_prog()
|
| D | xdp_redirect_map_multi.bpf.c | 68 return XDP_DROP; in xdp_devmap_prog()
|
| D | xdp1_kern.c | 48 int rc = XDP_DROP; in xdp_prog1()
|
| D | xdp2_kern.c | 64 int rc = XDP_DROP; in xdp_prog1()
|
| /Linux-v5.15/drivers/net/hyperv/ |
| D | netvsc_bpf.c | 42 act = XDP_DROP; in netvsc_run_xdp() 49 act = XDP_DROP; in netvsc_run_xdp() 63 case XDP_DROP: in netvsc_run_xdp()
|
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
| D | xdp_adjust_tail.c | 20 CHECK(err || retval != XDP_DROP, in test_xdp_adjust_tail_shrink() 47 CHECK(err || retval != XDP_DROP, in test_xdp_adjust_tail_grow()
|
| /Linux-v5.15/kernel/bpf/ |
| D | cpumap.c | 203 case XDP_DROP: in cpu_map_bpf_prog_run_skb() 259 case XDP_DROP: in cpu_map_bpf_prog_run_xdp()
|