Searched refs:SO_ACCEPTFILTER (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | uipc_accf.c | 226 so->so_options &= ~SO_ACCEPTFILTER; in accept_filt_setopt() 235 if (sp->so_options & SO_ACCEPTFILTER) { in accept_filt_setopt() 239 sp->so_options &= ~SO_ACCEPTFILTER; in accept_filt_setopt() 303 so->so_options |= SO_ACCEPTFILTER; in accept_filt_setopt()
|
| H A D | uipc_debug.c | 137 if (so_options & SO_ACCEPTFILTER) { in db_print_sooptions()
|
| H A D | uipc_socket.c | 3009 case SO_ACCEPTFILTER: 3242 case SO_ACCEPTFILTER: 4005 if ((so->so_options & SO_ACCEPTFILTER) == 0) { 4018 so->so_options &= ~SO_ACCEPTFILTER;
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_connection.c | 186 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER) in ngx_set_inherited_sockets() 383 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER) in ngx_set_inherited_sockets() 388 if (getsockopt(ls[i].fd, SOL_SOCKET, SO_ACCEPTFILTER, &af, &olen) in ngx_set_inherited_sockets() 776 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER) in ngx_configure_listening_sockets() 934 #ifdef SO_ACCEPTFILTER in ngx_configure_listening_sockets() 937 if (setsockopt(ls[i].fd, SOL_SOCKET, SO_ACCEPTFILTER, NULL, 0) in ngx_configure_listening_sockets() 963 if (setsockopt(ls[i].fd, SOL_SOCKET, SO_ACCEPTFILTER, in ngx_configure_listening_sockets()
|
| H A D | ngx_module.h | 77 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER)
|
| H A D | ngx_connection.h | 82 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER)
|
| H A D | ngx_cycle.c | 530 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER) in ngx_init_cycle() 578 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER) in ngx_init_cycle() 595 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER) in ngx_init_cycle()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socket.h | 138 #define SO_ACCEPTFILTER 0x00001000 /* there is an accept filter */ macro
|
| /f-stack/freebsd/sys/ |
| H A D | socket.h | 144 #define SO_ACCEPTFILTER 0x00001000 /* there is an accept filter */ macro
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.h | 101 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER)
|
| H A D | ngx_http.c | 1749 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER) in ngx_http_add_listening()
|
| H A D | ngx_http_core_module.c | 3927 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER) in ngx_http_core_listen()
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 335 ngx_feature="SO_ACCEPTFILTER" 341 ngx_feature_test="setsockopt(0, SOL_SOCKET, SO_ACCEPTFILTER, NULL, 0)"
|