tag | line | file | source code |
---|---|---|---|
MSG_OOB | 789 | net/inet/tcp.c | if (!(flags & MSG_OOB)) { |
MSG_OOB | 808 | net/inet/tcp.c | (unsigned long)(skb+1) >= sk->mss ||(flags & MSG_OOB)) { |
MSG_OOB | 827 | net/inet/tcp.c | if (sk->packets_out && copy < sk->mss && !(flags & MSG_OOB)) { |
MSG_OOB | 911 | net/inet/tcp.c | if (flags & MSG_OOB) { |
MSG_OOB | 1238 | net/inet/tcp.c | if ((flags & MSG_OOB)) |