Lines Matching refs:bpf_sockopt
2393 if (off < 0 || off >= sizeof(struct bpf_sockopt)) in cg_sockopt_is_valid_access()
2401 case offsetof(struct bpf_sockopt, retval): in cg_sockopt_is_valid_access()
2406 case offsetof(struct bpf_sockopt, optname): in cg_sockopt_is_valid_access()
2408 case offsetof(struct bpf_sockopt, level): in cg_sockopt_is_valid_access()
2413 case offsetof(struct bpf_sockopt, optlen): in cg_sockopt_is_valid_access()
2421 case offsetof(struct bpf_sockopt, sk): in cg_sockopt_is_valid_access()
2426 case offsetof(struct bpf_sockopt, optval): in cg_sockopt_is_valid_access()
2431 case offsetof(struct bpf_sockopt, optval_end): in cg_sockopt_is_valid_access()
2436 case offsetof(struct bpf_sockopt, retval): in cg_sockopt_is_valid_access()
2469 case offsetof(struct bpf_sockopt, sk): in cg_sockopt_convert_ctx_access()
2472 case offsetof(struct bpf_sockopt, level): in cg_sockopt_convert_ctx_access()
2478 case offsetof(struct bpf_sockopt, optname): in cg_sockopt_convert_ctx_access()
2484 case offsetof(struct bpf_sockopt, optlen): in cg_sockopt_convert_ctx_access()
2490 case offsetof(struct bpf_sockopt, retval): in cg_sockopt_convert_ctx_access()
2527 case offsetof(struct bpf_sockopt, optval): in cg_sockopt_convert_ctx_access()
2530 case offsetof(struct bpf_sockopt, optval_end): in cg_sockopt_convert_ctx_access()