Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dxprtsock.h73 #define TCP_RCV_COPY_CALLDIR (1UL << 5) macro
/linux-4.1.27/net/sunrpc/
Dxprtsock.c1136 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR; in xs_tcp_read_calldir()
1141 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR; in xs_tcp_read_calldir()
1164 if (transport->tcp_flags & TCP_RCV_COPY_CALLDIR) { in xs_tcp_read_common()
1172 transport->tcp_flags &= ~TCP_RCV_COPY_CALLDIR; in xs_tcp_read_common()
/linux-4.1.27/include/trace/events/
Dsunrpc.h408 { TCP_RCV_COPY_CALLDIR, "TCP_RCV_COPY_CALLDIR" }, \