Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sunrpc/
Dxprtsock.h72 #define TCP_RCV_COPY_XID (1UL << 2) macro
/linux-4.4.14/net/sunrpc/
Dxprtsock.c1132 transport->tcp_flags |= TCP_RCV_COPY_XID; in xs_tcp_check_fraghdr()
1150 transport->tcp_flags &= ~TCP_RCV_COPY_XID; in xs_tcp_read_xid()
1431 if (transport->tcp_flags & TCP_RCV_COPY_XID) { in xs_tcp_data_recv()
1551 TCP_RCV_COPY_FRAGHDR | TCP_RCV_COPY_XID; in xs_tcp_state_change()
/linux-4.4.14/include/trace/events/
Dsunrpc.h405 { TCP_RCV_COPY_XID, "TCP_RCV_COPY_XID" }, \