]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
unix/dgram: add a specific receive method - uipc_soreceive_dgram
authorGleb Smirnoff <glebius@FreeBSD.org>
Fri, 24 Jun 2022 16:09:10 +0000 (09:09 -0700)
committerGleb Smirnoff <glebius@FreeBSD.org>
Fri, 24 Jun 2022 16:09:10 +0000 (09:09 -0700)
commite3fbbf965e943119ebaac698fd2f8838acbc8b52
treed0f41ae49338459fad418bba16fb12ac2c1d2521
parentf384a97c839ac6f8a51785a0e394154b320eca9b
unix/dgram: add a specific receive method - uipc_soreceive_dgram

With this second step PF_UNIX/SOCK_DGRAM has protocol specific
implementation.  This gives some possibility performance
optimizations.  However, it still operates on the same struct
socket as all other sockets do.

Reviewed by: markj
Differential revision: https://reviews.freebsd.org/D35296
sys/kern/uipc_usrreq.c