Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dxprtsock.h70 #define TCP_RCV_COPY_XID (1UL << 2) macro
/linux-4.1.27/net/sunrpc/
Dxprtsock.c1080 transport->tcp_flags |= TCP_RCV_COPY_XID; in xs_tcp_check_fraghdr()
1098 transport->tcp_flags &= ~TCP_RCV_COPY_XID; in xs_tcp_read_xid()
1368 if (transport->tcp_flags & TCP_RCV_COPY_XID) { in xs_tcp_data_recv()
1461 TCP_RCV_COPY_FRAGHDR | TCP_RCV_COPY_XID; in xs_tcp_state_change()
/linux-4.1.27/include/trace/events/
Dsunrpc.h405 { TCP_RCV_COPY_XID, "TCP_RCV_COPY_XID" }, \