Home
last modified time | relevance | path

Searched refs:replylong (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2714 __u32 replylong[4]; /* Optionally returned by bpf prog */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2714 __u32 replylong[4]; /* Optionally returned by bpf prog */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4497 __u32 replylong[4]; /* Optionally returned by bpf prog */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4497 __u32 replylong[4]; /* Optionally returned by bpf prog */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h1267 u32 replylong[4]; member
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c9229 case offsetof(struct bpf_sock_ops, replylong[0]) ... in sock_ops_convert_ctx_access()
9230 offsetof(struct bpf_sock_ops, replylong[3]): in sock_ops_convert_ctx_access()
9233 BUILD_BUG_ON(sizeof_field(struct bpf_sock_ops, replylong) != in sock_ops_convert_ctx_access()
9234 sizeof_field(struct bpf_sock_ops_kern, replylong)); in sock_ops_convert_ctx_access()
9236 off -= offsetof(struct bpf_sock_ops, replylong[0]); in sock_ops_convert_ctx_access()
9237 off += offsetof(struct bpf_sock_ops_kern, replylong[0]); in sock_ops_convert_ctx_access()