tag | line | file | source code |
---|---|---|---|
MSG_PEEK | 119 | net/inet/datagram.c | if (!(flags & MSG_PEEK)) |
MSG_PEEK | 1258 | net/inet/tcp.c | if (!(flags & MSG_PEEK)) |
MSG_PEEK | 1332 | net/inet/tcp.c | if (flags & MSG_PEEK) |
MSG_PEEK | 1360 | net/inet/tcp.c | if (!(flags & MSG_PEEK)) |
MSG_PEEK | 1432 | net/inet/tcp.c | if (!(flags & MSG_PEEK) && (used + offset >= skb->len)) |