tag | line | file | source code |
---|---|---|---|
MSG_OOB | 715 | net/tcp/tcp.c | if (!(flags & MSG_OOB)) |
MSG_OOB | 733 | net/tcp/tcp.c | || (flags & MSG_OOB)) |
MSG_OOB | 751 | net/tcp/tcp.c | if (sk->packets_out && copy < sk->mss && !(flags & MSG_OOB)) |
MSG_OOB | 844 | net/tcp/tcp.c | if (flags & MSG_OOB) |
MSG_OOB | 1153 | net/tcp/tcp.c | if ((flags & MSG_OOB)) |