Searched refs:SO_REUSEPORT (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | in6_pcb.c | 126 int reuseport = (so->so_options & SO_REUSEPORT); in in6_pcbbind() 141 if ((so->so_options & (SO_REUSEADDR|SO_REUSEPORT|SO_REUSEPORT_LB)) == 0) in in6_pcbbind() 173 if ((so->so_options & (SO_REUSEADDR|SO_REUSEPORT)) != 0) in in6_pcbbind() 174 reuseport = SO_REUSEADDR|SO_REUSEPORT; in in6_pcbbind()
|
| H A D | in6_src.c | 955 if ((so->so_options & (SO_REUSEADDR|SO_REUSEPORT|SO_REUSEPORT_LB)) == 0) in in6_pcbsetport()
|
| H A D | udp6_usrreq.c | 428 (SO_REUSEPORT|SO_REUSEPORT_LB|SO_REUSEADDR)) == 0) in udp6_input()
|
| H A D | ip6_output.c | 1651 case SO_REUSEPORT: in ip6_ctloutput() 1653 if ((so->so_options & SO_REUSEPORT) != 0) in ip6_ctloutput()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_connection.c | 341 if (getsockopt(ls[i].fd, SOL_SOCKET, SO_REUSEPORT, in ngx_set_inherited_sockets() 516 if (setsockopt(ls[i].fd, SOL_SOCKET, SO_REUSEPORT, in ngx_open_listening_sockets() 600 if (setsockopt(s, SOL_SOCKET, SO_REUSEPORT, in ngx_open_listening_sockets()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socket.h | 135 #define SO_REUSEPORT 0x00000200 /* allow local address & port reuse */ macro
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_debug.c | 121 if (so_options & SO_REUSEPORT) { in db_print_sooptions()
|
| H A D | uipc_socket.c | 3040 case SO_REUSEPORT: 3259 case SO_REUSEPORT:
|
| /f-stack/freebsd/sys/ |
| H A D | socket.h | 141 #define SO_REUSEPORT 0x00000200 /* allow local address & port reuse */ macro
|
| /f-stack/freebsd/netinet/ |
| H A D | in_pcb.c | 857 so_options |= SO_REUSEPORT; in inp_so_options() 913 int lookupflags = 0, reuseport = (so->so_options & SO_REUSEPORT); in in_pcbbind_setup() 933 if ((so->so_options & (SO_REUSEADDR|SO_REUSEPORT|SO_REUSEPORT_LB)) == 0) in in_pcbbind_setup() 968 if ((so->so_options & (SO_REUSEADDR|SO_REUSEPORT)) != 0) in in_pcbbind_setup() 969 reuseport = SO_REUSEADDR|SO_REUSEPORT; in in_pcbbind_setup()
|
| H A D | ip_output.c | 1122 case SO_REUSEPORT: in ip_ctloutput() 1124 if ((so->so_options & SO_REUSEPORT) != 0) in ip_ctloutput()
|
| H A D | udp_usrreq.c | 628 (SO_REUSEPORT|SO_REUSEPORT_LB|SO_REUSEADDR)) == 0) in udp_input()
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 325 ngx_feature="SO_REUSEPORT" 331 ngx_feature_test="setsockopt(0, SOL_SOCKET, SO_REUSEPORT, NULL, 0)"
|
| /f-stack/lib/ |
| H A D | ff_syscall_wrapper.c | 362 return SO_REUSEPORT; in so_opt_convert()
|
| /f-stack/freebsd/net/ |
| H A D | if_vxlan.c | 996 sopt.sopt_name = SO_REUSEPORT; in vxlan_socket_init()
|