Lines Matching refs:tcp_flags
1107 transport->tcp_flags |= TCP_RCV_LAST_FRAG; in xs_tcp_read_fraghdr()
1109 transport->tcp_flags &= ~TCP_RCV_LAST_FRAG; in xs_tcp_read_fraghdr()
1112 transport->tcp_flags &= ~TCP_RCV_COPY_FRAGHDR; in xs_tcp_read_fraghdr()
1128 transport->tcp_flags |= TCP_RCV_COPY_FRAGHDR; in xs_tcp_check_fraghdr()
1130 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) { in xs_tcp_check_fraghdr()
1131 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_check_fraghdr()
1132 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()
1151 transport->tcp_flags |= TCP_RCV_READ_CALLDIR; in xs_tcp_read_xid()
1154 (transport->tcp_flags & TCP_RPC_REPLY) ? "reply for" in xs_tcp_read_xid()
1181 transport->tcp_flags &= ~TCP_RCV_READ_CALLDIR; in xs_tcp_read_calldir()
1188 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR; in xs_tcp_read_calldir()
1189 transport->tcp_flags |= TCP_RCV_COPY_DATA; in xs_tcp_read_calldir()
1190 transport->tcp_flags |= TCP_RPC_REPLY; in xs_tcp_read_calldir()
1193 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR; in xs_tcp_read_calldir()
1194 transport->tcp_flags |= TCP_RCV_COPY_DATA; in xs_tcp_read_calldir()
1195 transport->tcp_flags &= ~TCP_RPC_REPLY; in xs_tcp_read_calldir()
1216 if (transport->tcp_flags & TCP_RCV_COPY_CALLDIR) { in xs_tcp_read_common()
1224 transport->tcp_flags &= ~TCP_RCV_COPY_CALLDIR; in xs_tcp_read_common()
1256 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()
1273 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()
1275 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) in xs_tcp_read_common()
1276 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()
1305 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) in xs_tcp_read_reply()
1340 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) in xs_tcp_read_callback()
1353 return (transport->tcp_flags & TCP_RPC_REPLY) ? in _xs_tcp_read_data()
1393 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_data()
1426 if (transport->tcp_flags & TCP_RCV_COPY_FRAGHDR) { in xs_tcp_data_recv()
1431 if (transport->tcp_flags & TCP_RCV_COPY_XID) { in xs_tcp_data_recv()
1436 if (transport->tcp_flags & TCP_RCV_READ_CALLDIR) { in xs_tcp_data_recv()
1441 if (transport->tcp_flags & TCP_RCV_COPY_DATA) { in xs_tcp_data_recv()
1550 transport->tcp_flags = in xs_tcp_state_change()