diff options
author | 2023-12-12 14:55:50 +0000 | |
---|---|---|
committer | 2023-12-13 18:30:24 -0800 | |
commit | 4746b36b1abe11ca32987b2d21e1e770deab17cc (patch) | |
tree | 2bef321b162bf78c928ecd84867341f612ede33a /rust | |
parent | Merge branch 'idpf-add-get-set-for-ethtool-s-header-split-ringparam' (diff) | |
download | linux-rng-4746b36b1abe11ca32987b2d21e1e770deab17cc.tar.xz linux-rng-4746b36b1abe11ca32987b2d21e1e770deab17cc.zip |
sctp: support MSG_ERRQUEUE flag in recvmsg()
For some reason sctp_poll() generates EPOLLERR if sk->sk_error_queue
is not empty but recvmsg() can not drain the error queue yet.
This is needed to better support timestamping.
I had to export inet_recv_error(), since sctp
can be compiled as a module.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Cc: Willem de Bruijn <willemb@google.com>
Acked-by: Xin Long <lucien.xin@gmail.com>
Link: https://lore.kernel.org/r/20231212145550.3872051-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions