Lines Matching refs:tcp_flags
1055 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()
1060 transport->tcp_flags &= ~TCP_RCV_COPY_FRAGHDR; in xs_tcp_read_fraghdr()
1076 transport->tcp_flags |= TCP_RCV_COPY_FRAGHDR; in xs_tcp_check_fraghdr()
1078 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) { in xs_tcp_check_fraghdr()
1079 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_check_fraghdr()
1080 transport->tcp_flags |= TCP_RCV_COPY_XID; in xs_tcp_check_fraghdr()
1098 transport->tcp_flags &= ~TCP_RCV_COPY_XID; in xs_tcp_read_xid()
1099 transport->tcp_flags |= TCP_RCV_READ_CALLDIR; in xs_tcp_read_xid()
1102 (transport->tcp_flags & TCP_RPC_REPLY) ? "reply for" in xs_tcp_read_xid()
1129 transport->tcp_flags &= ~TCP_RCV_READ_CALLDIR; in xs_tcp_read_calldir()
1136 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR; in xs_tcp_read_calldir()
1137 transport->tcp_flags |= TCP_RCV_COPY_DATA; in xs_tcp_read_calldir()
1138 transport->tcp_flags |= TCP_RPC_REPLY; in xs_tcp_read_calldir()
1141 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR; in xs_tcp_read_calldir()
1142 transport->tcp_flags |= TCP_RCV_COPY_DATA; in xs_tcp_read_calldir()
1143 transport->tcp_flags &= ~TCP_RPC_REPLY; in xs_tcp_read_calldir()
1164 if (transport->tcp_flags & TCP_RCV_COPY_CALLDIR) { in xs_tcp_read_common()
1172 transport->tcp_flags &= ~TCP_RCV_COPY_CALLDIR; in xs_tcp_read_common()
1204 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()
1221 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()
1223 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) in xs_tcp_read_common()
1224 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()
1253 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) in xs_tcp_read_reply()
1288 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) in xs_tcp_read_callback()
1301 return (transport->tcp_flags & TCP_RPC_REPLY) ? in _xs_tcp_read_data()
1330 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_data()
1363 if (transport->tcp_flags & TCP_RCV_COPY_FRAGHDR) { in xs_tcp_data_recv()
1368 if (transport->tcp_flags & TCP_RCV_COPY_XID) { in xs_tcp_data_recv()
1373 if (transport->tcp_flags & TCP_RCV_READ_CALLDIR) { in xs_tcp_data_recv()
1378 if (transport->tcp_flags & TCP_RCV_COPY_DATA) { in xs_tcp_data_recv()
1460 transport->tcp_flags = in xs_tcp_state_change()