Lines Matching refs:tcp_flags

1181 		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()
1186 transport->tcp_flags &= ~TCP_RCV_COPY_FRAGHDR; in xs_tcp_read_fraghdr()
1202 transport->tcp_flags |= TCP_RCV_COPY_FRAGHDR; in xs_tcp_check_fraghdr()
1204 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) { in xs_tcp_check_fraghdr()
1205 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_check_fraghdr()
1206 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()
1225 transport->tcp_flags |= TCP_RCV_READ_CALLDIR; in xs_tcp_read_xid()
1228 (transport->tcp_flags & TCP_RPC_REPLY) ? "reply for" in xs_tcp_read_xid()
1255 transport->tcp_flags &= ~TCP_RCV_READ_CALLDIR; in xs_tcp_read_calldir()
1262 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR; in xs_tcp_read_calldir()
1263 transport->tcp_flags |= TCP_RCV_COPY_DATA; in xs_tcp_read_calldir()
1264 transport->tcp_flags |= TCP_RPC_REPLY; in xs_tcp_read_calldir()
1267 transport->tcp_flags |= TCP_RCV_COPY_CALLDIR; in xs_tcp_read_calldir()
1268 transport->tcp_flags |= TCP_RCV_COPY_DATA; in xs_tcp_read_calldir()
1269 transport->tcp_flags &= ~TCP_RPC_REPLY; in xs_tcp_read_calldir()
1290 if (transport->tcp_flags & TCP_RCV_COPY_CALLDIR) { in xs_tcp_read_common()
1298 transport->tcp_flags &= ~TCP_RCV_COPY_CALLDIR; in xs_tcp_read_common()
1317 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()
1338 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()
1340 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) in xs_tcp_read_common()
1341 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()
1373 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) in xs_tcp_read_reply()
1406 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) in xs_tcp_read_callback()
1418 return (transport->tcp_flags & TCP_RPC_REPLY) ? in _xs_tcp_read_data()
1463 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_data()
1497 if (transport->tcp_flags & TCP_RCV_COPY_FRAGHDR) { in xs_tcp_data_recv()
1502 if (transport->tcp_flags & TCP_RCV_COPY_XID) { in xs_tcp_data_recv()
1507 if (transport->tcp_flags & TCP_RCV_READ_CALLDIR) { in xs_tcp_data_recv()
1512 if (transport->tcp_flags & TCP_RCV_COPY_DATA) { in xs_tcp_data_recv()
1608 transport->tcp_flags = in xs_tcp_state_change()