Home
last modified time | relevance | path

Searched refs:XPRT_COPY_XID (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/sunrpc/
Dxprt.h127 #define XPRT_COPY_XID (1 << 2) macro
/linux-2.4.37.9/net/sunrpc/
Dxprt.c815 xprt->tcp_flags |= XPRT_COPY_XID; in tcp_check_recm()
837 xprt->tcp_flags &= ~XPRT_COPY_XID; in tcp_read_xid()
936 if (xprt->tcp_flags & XPRT_COPY_XID) { in tcp_data_recv()
996 xprt->tcp_flags = XPRT_COPY_RECM | XPRT_COPY_XID; in tcp_state_change()