Searched defs:xdp_flags (Results 1 – 6 of 6) sorted by relevance
16 const struct xlat xdp_flags[] = { variable
28 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
26 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
134 u32 xdp_flags; member
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()