tag | line | file | source code |
---|---|---|---|
MSG_OOB | 901 | net/inet/tcp.c | if (!(flags & MSG_OOB)) { |
MSG_OOB | 917 | net/inet/tcp.c | (flags & MSG_OOB) || |
MSG_OOB | 945 | net/inet/tcp.c | if (copy < sk->mss && !(flags & MSG_OOB)) { |
MSG_OOB | 1022 | net/inet/tcp.c | if (flags & MSG_OOB) { |
MSG_OOB | 1311 | net/inet/tcp.c | if (flags & MSG_OOB) |