Symbol: bpf_xdp_detach
samples/bpf/xdp_adjust_tail_user.c
41
bpf_xdp_detach(ifindex, xdp_flags, NULL);
samples/bpf/xdp_fwd_user.c
95
err = bpf_xdp_detach(ifindex, xdp_flags, &opts);
samples/bpf/xdp_sample_user.c
1280
return bpf_xdp_detach(ifindex, xdp_flags, NULL);
samples/bpf/xdp_tx_iptunnel_user.c
307
bpf_xdp_detach(ifindex, xdp_flags, NULL);
samples/bpf/xdp_tx_iptunnel_user.c
39
bpf_xdp_detach(ifindex, xdp_flags, NULL);
tools/lib/bpf/libbpf.h
1361
LIBBPF_API int bpf_xdp_detach(int ifindex, __u32 flags,
tools/testing/selftests/bpf/prog_tests/xdp_attach.c
66
err = bpf_xdp_detach(IFINDEX_LO, 0, &opts);
tools/testing/selftests/bpf/prog_tests/xdp_attach.c
71
err = bpf_xdp_detach(IFINDEX_LO, 0, &opts);
tools/testing/selftests/bpf/prog_tests/xdp_attach.c
80
bpf_xdp_detach(IFINDEX_LO, 0, NULL);
tools/testing/selftests/bpf/prog_tests/xdp_bonding.c
654
ASSERT_OK(bpf_xdp_detach(bond_ifindex, XDP_FLAGS_DRV_MODE, NULL),
tools/testing/selftests/bpf/prog_tests/xdp_bonding.c
663
bpf_xdp_detach(bond_ifindex, XDP_FLAGS_DRV_MODE, NULL);
tools/testing/selftests/bpf/prog_tests/xdp_cpumap_attach.c
71
err = bpf_xdp_detach(IFINDEX_LO, XDP_FLAGS_SKB_MODE, NULL);
tools/testing/selftests/bpf/prog_tests/xdp_cpumap_attach.c
77
bpf_xdp_detach(IFINDEX_LO, XDP_FLAGS_SKB_MODE, NULL);
tools/testing/selftests/bpf/prog_tests/xdp_devmap_attach.c
245
err = bpf_xdp_detach(val.ifindex, XDP_FLAGS_DRV_MODE, NULL);
tools/testing/selftests/bpf/prog_tests/xdp_devmap_attach.c
248
err = bpf_xdp_detach(ifindex_dst, XDP_FLAGS_DRV_MODE, NULL);
tools/testing/selftests/bpf/prog_tests/xdp_devmap_attach.c
72
err = bpf_xdp_detach(IFINDEX_LO, XDP_FLAGS_SKB_MODE, NULL);
tools/testing/selftests/bpf/prog_tests/xdp_devmap_attach.c
78
bpf_xdp_detach(IFINDEX_LO, XDP_FLAGS_SKB_MODE, NULL);
tools/testing/selftests/bpf/prog_tests/xdp_info.c
73
bpf_xdp_detach(IFINDEX_LO, 0, NULL);
tools/testing/selftests/bpf/prog_tests/xdp_link.c
59
bpf_xdp_detach(IFINDEX_LO, XDP_FLAGS_REPLACE, &opts);
tools/testing/selftests/bpf/prog_tests/xdp_link.c
65
err = bpf_xdp_detach(IFINDEX_LO, XDP_FLAGS_REPLACE, &opts);
tools/testing/selftests/bpf/prog_tests/xdp_link.c
92
err = bpf_xdp_detach(IFINDEX_LO, 0, NULL);
tools/testing/selftests/bpf/prog_tests/xdp_vlan.c
118
bpf_xdp_detach(interface, flags, NULL);
tools/testing/selftests/bpf/xdp_features.c
424
bpf_xdp_detach(env.ifindex, flags, NULL);
tools/testing/selftests/bpf/xdp_features.c
489
bpf_xdp_detach(env.ifindex, flags, NULL);
tools/testing/selftests/bpf/xdp_features.c
651
bpf_xdp_detach(env.ifindex, flags, NULL);
tools/testing/selftests/bpf/xdp_hw_metadata.c
620
ret = bpf_xdp_detach(ifindex, XDP_FLAGS, &opts);
tools/testing/selftests/bpf/xdping.c
31
bpf_xdp_detach(ifindex, xdp_flags, NULL);
tools/testing/selftests/bpf/xsk.c
436
bpf_xdp_detach(ifindex, xdp_flags, NULL);
tools/testing/selftests/bpf/xskxceiver.c
316
bpf_xdp_detach(ifindex, flags, NULL);