Home
last modified time | relevance | path

Searched refs:bpf_xdp_sock (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Dsock.c586 BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_xdp_sock, queue_id)),
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4253 struct bpf_xdp_sock { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4253 struct bpf_xdp_sock { struct
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c6435 if (off < 0 || off >= offsetofend(struct bpf_xdp_sock, queue_id)) in bpf_xdp_sock_is_valid_access()
6457 sizeof_field(struct bpf_xdp_sock, FIELD)); \ in bpf_xdp_sock_convert_ctx_access()
6464 case offsetof(struct bpf_xdp_sock, queue_id): in bpf_xdp_sock_convert_ctx_access()