Searched refs:BPF_LINK_TYPE_XDP (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | check_mtu.c | 66 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 D | xdp_link.c | 127 ASSERT_EQ(link_info.type, BPF_LINK_TYPE_XDP, "link_type"); in serial_test_xdp_link()
|
/openbmc/linux/include/linux/ |
H A D | bpf_types.h | 144 BPF_LINK_TYPE(BPF_LINK_TYPE_XDP, xdp)
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | link.c | 452 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 D | bpf.h | 1072 BPF_LINK_TYPE_XDP = 6, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1072 BPF_LINK_TYPE_XDP = 6, enumerator
|
/openbmc/linux/net/core/ |
H A D | dev.c | 9544 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 D | libbpf.c | 134 [BPF_LINK_TYPE_XDP] = "xdp",
|