opnsense-src/sys/dev/hyperv/hvsock
Mark Johnston 46d8116cae Consistently use the SOLISTENING() macro
Some code was using it already, but in many places we were testing
SO_ACCEPTCONN directly.  As a small step towards fixing some bugs
involving synchronization with listen(2), make the kernel consistently
use SOLISTENING().  No functional change intended.

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit f4bb1869dd)
2021-06-21 09:14:40 -04:00
..
hv_sock.c Consistently use the SOLISTENING() macro 2021-06-21 09:14:40 -04:00
hv_sock.h