Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dxprtsock.h78 #define TCP_RCV_COPY_CALLDIR (1UL << 5) macro
/Linux-v4.19/net/sunrpc/
Dxprtsock.c1262 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR; in xs_tcp_read_calldir()
1267 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR; in xs_tcp_read_calldir()
1290 if (transport->tcp_flags & TCP_RCV_COPY_CALLDIR) { in xs_tcp_read_common()
1298 transport->tcp_flags &= ~TCP_RCV_COPY_CALLDIR; in xs_tcp_read_common()
/Linux-v4.19/include/trace/events/
Dsunrpc.h507 { TCP_RCV_COPY_CALLDIR, "TCP_RCV_COPY_CALLDIR" }, \