• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/

Lines Matching refs:tcp_flags

216 				tcp_flags;
855 transport->tcp_flags |= TCP_RCV_LAST_FRAG;
857 transport->tcp_flags &= ~TCP_RCV_LAST_FRAG;
860 transport->tcp_flags &= ~TCP_RCV_COPY_FRAGHDR;
876 transport->tcp_flags |= TCP_RCV_COPY_FRAGHDR;
878 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) {
879 transport->tcp_flags &= ~TCP_RCV_COPY_DATA;
880 transport->tcp_flags |= TCP_RCV_COPY_XID;
898 transport->tcp_flags &= ~TCP_RCV_COPY_XID;
899 transport->tcp_flags |= TCP_RCV_READ_CALLDIR;
902 (transport->tcp_flags & TCP_RPC_REPLY) ? "reply for"
929 transport->tcp_flags &= ~TCP_RCV_READ_CALLDIR;
936 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR;
937 transport->tcp_flags |= TCP_RCV_COPY_DATA;
938 transport->tcp_flags |= TCP_RPC_REPLY;
941 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR;
942 transport->tcp_flags |= TCP_RCV_COPY_DATA;
943 transport->tcp_flags &= ~TCP_RPC_REPLY;
964 if (transport->tcp_flags & TCP_RCV_COPY_CALLDIR) {
972 transport->tcp_flags &= ~TCP_RCV_COPY_CALLDIR;
1004 transport->tcp_flags &= ~TCP_RCV_COPY_DATA;
1021 transport->tcp_flags &= ~TCP_RCV_COPY_DATA;
1023 if (transport->tcp_flags & TCP_RCV_LAST_FRAG)
1024 transport->tcp_flags &= ~TCP_RCV_COPY_DATA;
1053 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA))
1086 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) {
1113 return (transport->tcp_flags & TCP_RPC_REPLY) ?
1140 * There's no need to hold it to update the tcp_flags.
1142 transport->tcp_flags &= ~TCP_RCV_COPY_DATA;
1174 if (transport->tcp_flags & TCP_RCV_COPY_FRAGHDR) {
1179 if (transport->tcp_flags & TCP_RCV_COPY_XID) {
1184 if (transport->tcp_flags & TCP_RCV_READ_CALLDIR) {
1189 if (transport->tcp_flags & TCP_RCV_COPY_DATA) {
1307 transport->tcp_flags =