olen               94 core/ngx_connection.c     socklen_t                  olen;
olen              163 core/ngx_connection.c         olen = sizeof(int);
olen              166 core/ngx_connection.c                        &olen)
olen              176 core/ngx_connection.c         olen = sizeof(int);
olen              179 core/ngx_connection.c                        &olen)
olen              195 core/ngx_connection.c                        (void *) &ls[i].setfib, &olen)
olen              211 core/ngx_connection.c         olen = sizeof(struct accept_filter_arg);
olen              213 core/ngx_connection.c         if (getsockopt(ls[i].fd, SOL_SOCKET, SO_ACCEPTFILTER, &af, &olen)
olen              228 core/ngx_connection.c         if (olen < sizeof(struct accept_filter_arg) || af.af_name[0] == '\0') {
olen              244 core/ngx_connection.c         olen = sizeof(int);
olen              246 core/ngx_connection.c         if (getsockopt(ls[i].fd, IPPROTO_TCP, TCP_DEFER_ACCEPT, &timeout, &olen)
olen              255 core/ngx_connection.c         if (olen < sizeof(int) || timeout == 0) {