Searched defs:xdp_flags (Results 1 – 4 of 4) sorted by relevance
16 const struct xlat xdp_flags[] = { variable
27 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
286 __u32 xdp_flags; member
328 int bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) in bpf_xdp_query()