Searched refs:bpf_xdp_query (Results 1 – 4 of 4) sorted by relevance
327 bpf_xdp_query;
360 int bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) in bpf_xdp_query() function404 ret = bpf_xdp_query(ifindex, flags, &opts); in bpf_xdp_query_id()
968 LIBBPF_API int bpf_xdp_query(int ifindex, int flags, struct bpf_xdp_query_opts *opts);
1318 ret = bpf_xdp_query(ifindex, ifobject->xdp_flags, &opts); in thread_common_ops()