Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dxprtsock.h73 #define TCP_RCV_LAST_FRAG (1UL << 0) macro
/Linux-v4.19/net/sunrpc/
Dxprtsock.c1181 transport->tcp_flags |= TCP_RCV_LAST_FRAG; in xs_tcp_read_fraghdr()
1183 transport->tcp_flags &= ~TCP_RCV_LAST_FRAG; in xs_tcp_read_fraghdr()
1204 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) { in xs_tcp_check_fraghdr()
1340 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) in xs_tcp_read_common()
/Linux-v4.19/include/trace/events/
Dsunrpc.h502 { TCP_RCV_LAST_FRAG, "TCP_RCV_LAST_FRAG" }, \