Home
last modified time | relevance | path

Searched refs:BPF_LINK_TYPE_XDP (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcheck_mtu.c66 CHECK(link_info.type != BPF_LINK_TYPE_XDP, "link_type", in test_check_mtu_xdp_attach()
67 "got %u != exp %u\n", link_info.type, BPF_LINK_TYPE_XDP); in test_check_mtu_xdp_attach()
H A Dxdp_link.c127 ASSERT_EQ(link_info.type, BPF_LINK_TYPE_XDP, "link_type"); in serial_test_xdp_link()
/openbmc/linux/include/linux/
H A Dbpf_types.h144 BPF_LINK_TYPE(BPF_LINK_TYPE_XDP, xdp)
/openbmc/linux/tools/bpf/bpftool/
H A Dlink.c452 case BPF_LINK_TYPE_XDP: in show_link_close_json()
788 case BPF_LINK_TYPE_XDP: in show_link_close_plain()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1055 BPF_LINK_TYPE_XDP = 6, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1055 BPF_LINK_TYPE_XDP = 6, enumerator
/openbmc/linux/net/core/
H A Ddev.c9536 bpf_link_init(&link->link, BPF_LINK_TYPE_XDP, &bpf_xdp_link_lops, prog); in bpf_xdp_link_attach()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c134 [BPF_LINK_TYPE_XDP] = "xdp",