Home
last modified time | relevance | path

Searched hist:de2ea4b6 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dsocket.hde2ea4b6 Thu Oct 17 15:41:29 CDT 2019 Jens Axboe <axboe@kernel.dk> net: add __sys_accept4_file() helper

This is identical to __sys_accept4(), except it takes a struct file
instead of an fd, and it also allows passing in extra file->f_flags
flags. The latter is done to support masking in O_NONBLOCK without
manipulating the original file flags.

No functional changes in this patch.

Cc: netdev@vger.kernel.org
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
de2ea4b6 Thu Oct 17 15:41:29 CDT 2019 Jens Axboe <axboe@kernel.dk> net: add __sys_accept4_file() helper

This is identical to __sys_accept4(), except it takes a struct file
instead of an fd, and it also allows passing in extra file->f_flags
flags. The latter is done to support masking in O_NONBLOCK without
manipulating the original file flags.

No functional changes in this patch.

Cc: netdev@vger.kernel.org
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
/openbmc/linux/net/
H A Dsocket.cde2ea4b6 Thu Oct 17 15:41:29 CDT 2019 Jens Axboe <axboe@kernel.dk> net: add __sys_accept4_file() helper

This is identical to __sys_accept4(), except it takes a struct file
instead of an fd, and it also allows passing in extra file->f_flags
flags. The latter is done to support masking in O_NONBLOCK without
manipulating the original file flags.

No functional changes in this patch.

Cc: netdev@vger.kernel.org
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jens Axboe <axboe@kernel.dk>