Home
last modified time | relevance | path

Searched refs:TCP_RCV_READ_CALLDIR (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/sunrpc/
Dxprtsock.h72 #define TCP_RCV_READ_CALLDIR (1UL << 4) macro
/linux-4.1.27/include/trace/events/
Dsunrpc.h407 { TCP_RCV_READ_CALLDIR, "TCP_RCV_READ_CALLDIR" }, \
/linux-4.1.27/net/sunrpc/
Dxprtsock.c1099 transport->tcp_flags |= TCP_RCV_READ_CALLDIR; in xs_tcp_read_xid()
1129 transport->tcp_flags &= ~TCP_RCV_READ_CALLDIR; in xs_tcp_read_calldir()
1373 if (transport->tcp_flags & TCP_RCV_READ_CALLDIR) { in xs_tcp_data_recv()