Lines Matching refs:setsockopt
92 if (setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE,
95 "calling setsockopt()");
102 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY,
105 "calling setsockopt()");
124 * changing the setsockopt to enable the processing of ktls_start.
165 if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR,
168 "calling setsockopt()");
246 if (setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE,
249 "calling setsockopt()");
256 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY,
259 "calling setsockopt()");
270 * Therefore we always have to use setsockopt here.
273 if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY,
276 "calling setsockopt()");