Home
last modified time | relevance | path

Searched refs:xdp_flags (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/src/
H A Dnetlink.c431 int bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) in bpf_xdp_query() argument
449 if (xdp_flags & ~XDP_FLAGS_MASK) in bpf_xdp_query()
453 xdp_flags &= XDP_FLAGS_SKB_MODE | XDP_FLAGS_DRV_MODE | XDP_FLAGS_HW_MODE; in bpf_xdp_query()
454 if (xdp_flags & (xdp_flags - 1)) in bpf_xdp_query()
458 xdp_id.flags = xdp_flags; in bpf_xdp_query()

Completed in 2 milliseconds