Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sunrpc/
Dxprtsock.h75 #define TCP_RCV_COPY_CALLDIR (1UL << 5) macro
/linux-4.4.14/net/sunrpc/
Dxprtsock.c1188 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR; in xs_tcp_read_calldir()
1193 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR; in xs_tcp_read_calldir()
1216 if (transport->tcp_flags & TCP_RCV_COPY_CALLDIR) { in xs_tcp_read_common()
1224 transport->tcp_flags &= ~TCP_RCV_COPY_CALLDIR; in xs_tcp_read_common()
/linux-4.4.14/include/trace/events/
Dsunrpc.h408 { TCP_RCV_COPY_CALLDIR, "TCP_RCV_COPY_CALLDIR" }, \