Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dxprtsock.h68 #define TCP_RCV_LAST_FRAG (1UL << 0) macro
/linux-4.1.27/net/sunrpc/
Dxprtsock.c1055 transport->tcp_flags |= TCP_RCV_LAST_FRAG; in xs_tcp_read_fraghdr()
1057 transport->tcp_flags &= ~TCP_RCV_LAST_FRAG; in xs_tcp_read_fraghdr()
1078 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) { in xs_tcp_check_fraghdr()
1223 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) in xs_tcp_read_common()
/linux-4.1.27/include/trace/events/
Dsunrpc.h403 { TCP_RCV_LAST_FRAG, "TCP_RCV_LAST_FRAG" }, \