| /Linux-v4.19/tools/testing/selftests/bpf/ |
| 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_noinline.c | 450 return XDP_DROP; in send_icmp_reply() 480 return XDP_DROP; in send_icmp6_reply() 503 return XDP_DROP; in parse_icmpv6() 511 return XDP_DROP; in parse_icmpv6() 528 return XDP_DROP; in parse_icmp() 536 return XDP_DROP; in parse_icmp() 538 return XDP_DROP; in parse_icmp() 650 return XDP_DROP; in process_l3_headers_v6() 657 return XDP_DROP; in process_l3_headers_v6() 681 return XDP_DROP; in process_l3_headers_v4() [all …]
|
| D | test_xdp_meta.c | 39 return XDP_DROP; in ing_xdp() 47 return XDP_DROP; in ing_xdp()
|
| D | test_adjust_tail.c | 26 return XDP_DROP; in _xdp_adjust_tail()
|
| D | test_progs.c | 188 CHECK(err || errno || retval != XDP_DROP, in test_xdp_adjust_tail()
|
| /Linux-v4.19/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 | 72 return XDP_DROP; in send_icmp4_too_big() 77 return XDP_DROP; in send_icmp4_too_big() 142 return XDP_DROP; in _xdp_icmp()
|
| D | xdp_redirect_kern.c | 61 int rc = XDP_DROP; in xdp_redirect_prog()
|
| D | xdp_redirect_map_kern.c | 61 int rc = XDP_DROP; in xdp_redirect_map_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()
|
| D | xdp_redirect_cpu_kern.c | 262 return XDP_DROP; in xdp_prognum1_touch_data() 445 return XDP_DROP; in xdp_prognum4_ddos_filter_pktgen()
|
| D | xdp_rxq_info_user.c | 82 [XDP_DROP] = "XDP_DROP",
|
| D | xdp_monitor_user.c | 102 [XDP_DROP] = "XDP_DROP",
|
| /Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_xdp.c | 145 case XDP_DROP: in bnxt_rx_xdp()
|
| /Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | xdp.c | 99 case XDP_DROP: in mlx5e_xdp_handle()
|
| /Linux-v4.19/drivers/net/ |
| D | veth.c | 433 case XDP_DROP: in veth_xdp_rcv_one() 554 case XDP_DROP: in veth_xdp_rcv_skb()
|
| D | virtio_net.c | 703 case XDP_DROP: in receive_small() 884 case XDP_DROP: in receive_mergeable()
|
| /Linux-v4.19/tools/include/uapi/linux/ |
| D | bpf.h | 2407 XDP_DROP, enumerator
|
| /Linux-v4.19/include/uapi/linux/ |
| D | bpf.h | 2407 XDP_DROP, enumerator
|
| /Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
| D | en_rx.c | 802 case XDP_DROP: in mlx4_en_process_rx_cq()
|
| /Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
| D | qede_fp.c | 1126 case XDP_DROP: in qede_rx_xdp()
|
| /Linux-v4.19/net/core/ |
| D | dev.c | 4279 u32 metalen, act = XDP_DROP; in netif_receive_generic_xdp() 4359 case XDP_DROP: in netif_receive_generic_xdp() 4416 return XDP_DROP; in do_xdp_generic() 4422 return XDP_DROP; in do_xdp_generic()
|