Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dbpf_verifier.h414 #define BPF_LOG_ALIGNMENT 40U macro
/linux-5.19.10/kernel/bpf/
Dverifier.c955 return round_up(max(pos + BPF_LOG_MIN_ALIGNMENT / 2, BPF_LOG_ALIGNMENT), in vlog_alignment()