Home
last modified time | relevance | path

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

/third_party/libbpf/include/uapi/linux/
H A Dbpf.h1193 /* If BPF_F_XDP_HAS_FRAGS is used in BPF_PROG_LOAD command, the loaded program
1196 #define BPF_F_XDP_HAS_FRAGS (1U << 5) macro
/third_party/libbpf/src/
H A Dlibbpf.c7280 opts->prog_flags |= BPF_F_XDP_HAS_FRAGS;

Completed in 27 milliseconds