HomeFreeBSD

unix/dgram: add a specific receive method - uipc_soreceive_dgram

Description

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

Details

Provenance
glebiusAuthored on Jun 24 2022, 4:09 PM
Reviewer
markj
Differential Revision
D35296: unix/dgram: add a specific receive method - uipc_soreceive_dgram
Parents
rGf384a97c839a: unix/dgram: cleanup uipc_send of PF_UNIX/SOCK_DGRAM, step 2
Branches
Unknown
Tags
Unknown