Lines Matching refs:bpf_sockopt
2324 if (off < 0 || off >= sizeof(struct bpf_sockopt)) in cg_sockopt_is_valid_access()
2332 case offsetof(struct bpf_sockopt, retval): in cg_sockopt_is_valid_access()
2337 case offsetof(struct bpf_sockopt, optname): in cg_sockopt_is_valid_access()
2339 case offsetof(struct bpf_sockopt, level): in cg_sockopt_is_valid_access()
2344 case offsetof(struct bpf_sockopt, optlen): in cg_sockopt_is_valid_access()
2352 case offsetof(struct bpf_sockopt, sk): in cg_sockopt_is_valid_access()
2357 case offsetof(struct bpf_sockopt, optval): in cg_sockopt_is_valid_access()
2362 case offsetof(struct bpf_sockopt, optval_end): in cg_sockopt_is_valid_access()
2367 case offsetof(struct bpf_sockopt, retval): in cg_sockopt_is_valid_access()
2393 case offsetof(struct bpf_sockopt, sk): in cg_sockopt_convert_ctx_access()
2396 case offsetof(struct bpf_sockopt, level): in cg_sockopt_convert_ctx_access()
2402 case offsetof(struct bpf_sockopt, optname): in cg_sockopt_convert_ctx_access()
2408 case offsetof(struct bpf_sockopt, optlen): in cg_sockopt_convert_ctx_access()
2414 case offsetof(struct bpf_sockopt, retval): in cg_sockopt_convert_ctx_access()
2449 case offsetof(struct bpf_sockopt, optval): in cg_sockopt_convert_ctx_access()
2452 case offsetof(struct bpf_sockopt, optval_end): in cg_sockopt_convert_ctx_access()