Home
last modified time | relevance | path

Searched refs:BPF_FETCH (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/linux/
Dbpf.h48 #define BPF_FETCH 0x01 /* not an opcode on its own, used to build others */ macro
49 #define BPF_XCHG (0xe0 | BPF_FETCH) /* atomic exchange */
50 #define BPF_CMPXCHG (0xf0 | BPF_FETCH) /* atomic compare-and-write */