Searched refs:tcp_flags (Results 1 – 2 of 2) sorted by relevance
792 xprt->tcp_flags |= XPRT_LAST_FRAG; in tcp_read_fraghdr()794 xprt->tcp_flags &= ~XPRT_LAST_FRAG; in tcp_read_fraghdr()796 xprt->tcp_flags &= ~XPRT_COPY_RECM; in tcp_read_fraghdr()811 xprt->tcp_flags |= XPRT_COPY_RECM; in tcp_check_recm()813 if (xprt->tcp_flags & XPRT_LAST_FRAG) { in tcp_check_recm()814 xprt->tcp_flags &= ~XPRT_COPY_DATA; in tcp_check_recm()815 xprt->tcp_flags |= XPRT_COPY_XID; in tcp_check_recm()837 xprt->tcp_flags &= ~XPRT_COPY_XID; in tcp_read_xid()838 xprt->tcp_flags |= XPRT_COPY_DATA; in tcp_read_xid()858 xprt->tcp_flags &= ~XPRT_COPY_DATA; in tcp_read_request()[all …]
164 tcp_flags; member