Lines Matching refs:bpf_sockopt
1783 if (off < 0 || off >= sizeof(struct bpf_sockopt)) in cg_sockopt_is_valid_access()
1791 case offsetof(struct bpf_sockopt, retval): in cg_sockopt_is_valid_access()
1796 case offsetof(struct bpf_sockopt, optname): in cg_sockopt_is_valid_access()
1798 case offsetof(struct bpf_sockopt, level): in cg_sockopt_is_valid_access()
1803 case offsetof(struct bpf_sockopt, optlen): in cg_sockopt_is_valid_access()
1811 case offsetof(struct bpf_sockopt, sk): in cg_sockopt_is_valid_access()
1816 case offsetof(struct bpf_sockopt, optval): in cg_sockopt_is_valid_access()
1821 case offsetof(struct bpf_sockopt, optval_end): in cg_sockopt_is_valid_access()
1826 case offsetof(struct bpf_sockopt, retval): in cg_sockopt_is_valid_access()
1852 case offsetof(struct bpf_sockopt, sk): in cg_sockopt_convert_ctx_access()
1855 case offsetof(struct bpf_sockopt, level): in cg_sockopt_convert_ctx_access()
1861 case offsetof(struct bpf_sockopt, optname): in cg_sockopt_convert_ctx_access()
1867 case offsetof(struct bpf_sockopt, optlen): in cg_sockopt_convert_ctx_access()
1873 case offsetof(struct bpf_sockopt, retval): in cg_sockopt_convert_ctx_access()
1879 case offsetof(struct bpf_sockopt, optval): in cg_sockopt_convert_ctx_access()
1882 case offsetof(struct bpf_sockopt, optval_end): in cg_sockopt_convert_ctx_access()