Home
last modified time | relevance | path

Searched refs:is_fstack_fd (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c161 int is_fstack_fd(int sockfd) { in is_fstack_fd() function
258 if(is_fstack_fd(sockfd)){ in bind()
269 if(is_fstack_fd(sockfd)){ in connect()
281 if(is_fstack_fd(sockfd)){ in getpeername()
294 if(is_fstack_fd(sockfd)){ in getsockname()
306 if(is_fstack_fd(sockfd)){ in send()
318 if(is_fstack_fd(sockfd)){ in sendto()
330 if(is_fstack_fd(sockfd)){ in sendmsg()
340 if(is_fstack_fd(sockfd)){ in recvmsg()
351 if(is_fstack_fd(sockfd)){ in recv()
[all …]
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.c15 extern int is_fstack_fd(int sockfd);
1232 rev->belong_to_host = wev->belong_to_host = is_fstack_fd(s) ? 0 : 1; in ngx_get_connection()