Home
last modified time | relevance | path

Searched refs:XDP_DROP (Results 1 – 25 of 57) sorted by relevance

123

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c439 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 …]
H A Dtest_xdp.c96 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()
H A Dtest_xdp_loop.c92 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()
H A Dtest_map_in_map.c36 return XDP_DROP; in xdp_mimtest0()
41 return XDP_DROP; in xdp_mimtest0()
45 return XDP_DROP; in xdp_mimtest0()
H A Dtest_xdp_meta.c39 return XDP_DROP; in ing_xdp()
47 return XDP_DROP; in ing_xdp()
H A Dtest_xdp_adjust_tail_shrink.c26 return XDP_DROP; in _xdp_adjust_tail_shrink()
H A Dtest_xdp_adjust_tail_grow.c29 return XDP_DROP; in _xdp_adjust_tail_grow()
H A Dtest_xdp_with_cpumap_helpers.c31 return XDP_DROP; in xdp_dummy_cm()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_tx_iptunnel_kern.c93 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()
H A Dxdp_router_ipv4_kern.c115 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()
H A Dxdp_fwd_kern.c57 return XDP_DROP; in xdp_fwd_flags()
66 return XDP_DROP; in xdp_fwd_flags()
85 return XDP_DROP; in xdp_fwd_flags()
H A Dxdp_adjust_tail_kern.c75 return XDP_DROP; in send_icmp4_too_big()
80 return XDP_DROP; in send_icmp4_too_big()
145 return XDP_DROP; in _xdp_icmp()
H A Dxdpsock_kern.c23 return bpf_redirect_map(&xsks_map, rr, XDP_DROP); in xdp_sock_prog()
H A Dxdp_redirect_map_kern.c61 int rc = XDP_DROP; in xdp_redirect_map_prog()
H A Dxdp_redirect_kern.c61 int rc = XDP_DROP; in xdp_redirect_prog()
H A Dxdp1_kern.c48 int rc = XDP_DROP; in xdp_prog1()
H A Dxdp2_kern.c64 int rc = XDP_DROP; in xdp_prog1()
H A Dxdp_redirect_cpu_kern.c265 return XDP_DROP; in xdp_prognum1_touch_data()
448 return XDP_DROP; in xdp_prognum4_ddos_filter_pktgen()
H A Dxdp_rxq_info_user.c97 [XDP_DROP] = "XDP_DROP",
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_adjust_tail.c20 CHECK(err || retval != XDP_DROP, in test_xdp_adjust_tail_shrink()
47 CHECK(err || retval != XDP_DROP, in test_xdp_adjust_tail_grow()
/OK3568_Linux_fs/kernel/drivers/net/hyperv/
H A Dnetvsc_bpf.c43 act = XDP_DROP; in netvsc_run_xdp()
61 case XDP_DROP: in netvsc_run_xdp()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpage_pool.rst144 if XDP_DROP:
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c208 case XDP_DROP: in bnxt_rx_xdp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Drx.c362 case XDP_DROP: in efx_do_xdp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c136 case XDP_DROP: in ixgbe_run_xdp_zc()

123