Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dxprtsock.h75 #define TCP_RCV_COPY_XID (1UL << 2) macro
/Linux-v4.19/net/sunrpc/
Dxprtsock.c1206 transport->tcp_flags |= TCP_RCV_COPY_XID; in xs_tcp_check_fraghdr()
1224 transport->tcp_flags &= ~TCP_RCV_COPY_XID; in xs_tcp_read_xid()
1502 if (transport->tcp_flags & TCP_RCV_COPY_XID) { in xs_tcp_data_recv()
1609 TCP_RCV_COPY_FRAGHDR | TCP_RCV_COPY_XID; in xs_tcp_state_change()
/Linux-v4.19/include/trace/events/
Dsunrpc.h504 { TCP_RCV_COPY_XID, "TCP_RCV_COPY_XID" }, \