Lines Matching full:off
1 #define BPF_SOCK_ADDR_STORE(field, off, res, err) \ argument
3 "wide store to bpf_sock_addr." #field "[" #off "]", \
7 offsetof(struct bpf_sock_addr, field[off])), \
20 "invalid bpf_context access off=12 size=8"),
24 "invalid bpf_context access off=20 size=8"),
28 "invalid bpf_context access off=44 size=8"),
32 "invalid bpf_context access off=52 size=8"),
34 "invalid bpf_context access off=56 size=8"),
38 #define BPF_SOCK_ADDR_LOAD(field, off, res, err) \ argument
40 "wide load from bpf_sock_addr." #field "[" #off "]", \
43 offsetof(struct bpf_sock_addr, field[off])), \
57 "invalid bpf_context access off=12 size=8"),
61 "invalid bpf_context access off=20 size=8"),
65 "invalid bpf_context access off=44 size=8"),
69 "invalid bpf_context access off=52 size=8"),
71 "invalid bpf_context access off=56 size=8"),