tag | line | file | source code |
---|---|---|---|
MSG_OOB | 778 | net/tcp/tcp.c | if (!(flags & MSG_OOB)) |
MSG_OOB | 796 | net/tcp/tcp.c | || (flags & MSG_OOB)) |
MSG_OOB | 814 | net/tcp/tcp.c | if (sk->packets_out && copy < sk->mss && !(flags & MSG_OOB)) |
MSG_OOB | 907 | net/tcp/tcp.c | if (flags & MSG_OOB) |
MSG_OOB | 1228 | net/tcp/tcp.c | if ((flags & MSG_OOB)) |