Lines Matching full:off
1 #define BPF_SOCK_ADDR_STORE(field, off, res, err, flgs) \ argument
3 "wide store to bpf_sock_addr." #field "[" #off "]", \
7 offsetof(struct bpf_sock_addr, field[off])), \
21 "invalid bpf_context access off=12 size=8",
26 "invalid bpf_context access off=20 size=8",
31 "invalid bpf_context access off=44 size=8",
36 "invalid bpf_context access off=52 size=8",
39 "invalid bpf_context access off=56 size=8", 0),
43 #define BPF_SOCK_ADDR_LOAD(field, off, res, err, flgs) \ argument
45 "wide load from bpf_sock_addr." #field "[" #off "]", \
48 offsetof(struct bpf_sock_addr, field[off])), \
63 "invalid bpf_context access off=12 size=8",
68 "invalid bpf_context access off=20 size=8",
73 "invalid bpf_context access off=44 size=8",
78 "invalid bpf_context access off=52 size=8",
81 "invalid bpf_context access off=56 size=8", 0),