Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsocket.hbd3ded31 Sat Nov 23 15:17:16 CST 2019 Jens Axboe <axboe@kernel.dk> net: add __sys_connect_file() helper

This is identical to __sys_connect(), 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>
bd3ded31 Sat Nov 23 15:17:16 CST 2019 Jens Axboe <axboe@kernel.dk> net: add __sys_connect_file() helper

This is identical to __sys_connect(), 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.cbd3ded31 Sat Nov 23 15:17:16 CST 2019 Jens Axboe <axboe@kernel.dk> net: add __sys_connect_file() helper

This is identical to __sys_connect(), 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>