bpf_xdp_sock     5750 net/core/filter.c 	if (off < 0 || off >= offsetofend(struct bpf_xdp_sock, queue_id))
bpf_xdp_sock     5772 net/core/filter.c 			     FIELD_SIZEOF(struct bpf_xdp_sock, FIELD));	\
bpf_xdp_sock     5779 net/core/filter.c 	case offsetof(struct bpf_xdp_sock, queue_id):
bpf_xdp_sock      511 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_xdp_sock, queue_id)),