Home
last modified time | relevance | path

Searched refs:bpf_xdp_query (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/tools/lib/bpf/
Dlibbpf.map327 bpf_xdp_query;
Dnetlink.c360 int bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) in bpf_xdp_query() function
404 ret = bpf_xdp_query(ifindex, flags, &opts); in bpf_xdp_query_id()
Dlibbpf.h968 LIBBPF_API int bpf_xdp_query(int ifindex, int flags, struct bpf_xdp_query_opts *opts);
/Linux-v6.1/tools/testing/selftests/bpf/
Dxskxceiver.c1318 ret = bpf_xdp_query(ifindex, ifobject->xdp_flags, &opts); in thread_common_ops()