Home
last modified time | relevance | path

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

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