Searched refs:bpf_ctx_wide_access_ok (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | filter.h | 837 #define bpf_ctx_wide_access_ok(off, size, type, field) \ macro
|
/openbmc/linux/net/core/ |
H A D | filter.c | 9113 if (bpf_ctx_wide_access_ok(off, size, in sock_addr_is_valid_access() 9118 if (bpf_ctx_wide_access_ok(off, size, in sock_addr_is_valid_access() 9126 if (bpf_ctx_wide_access_ok(off, size, in sock_addr_is_valid_access() 9131 if (bpf_ctx_wide_access_ok(off, size, in sock_addr_is_valid_access()
|