Constant nc::types::SOCKWQ_ASYNC_NOSPACE[][src]

pub const SOCKWQ_ASYNC_NOSPACE: i32 = 0;
Expand description

NET: An implementation of the SOCKET network access protocol. This is the master header file for the Linux NET layer, or, in plain English: the networking handling part of the kernel. Historically, SOCKWQ_ASYNC_NOSPACE & SOCKWQ_ASYNC_WAITDATA were located in sock->flags, but moved into sk->sk_wq->flags to be RCU protected. Eventually all flags will be in sk->sk_wq->flags.