Lines Matching refs:optval_end
32 __u8 *optval_end = ctx->optval_end; in _getsockopt() local
75 if (optval + sizeof(struct tcp_zerocopy_receive) > optval_end) in _getsockopt()
85 if (optval + 1 > optval_end) in _getsockopt()
98 if (optval_end - optval != page_size) in _getsockopt()
107 if (optval + 1 > optval_end) in _getsockopt()
130 __u8 *optval_end = ctx->optval_end; in _setsockopt() local
154 if (optval + sizeof(__u32) > optval_end) in _setsockopt()
166 if (optval + 5 > optval_end) in _setsockopt()
180 if (optval + 1 > optval_end) in _setsockopt()
191 if (optval_end - optval != page_size) in _setsockopt()
200 if (optval + 1 > optval_end) in _setsockopt()