Lines Matching refs:cws_flags
234 if (!(state->cws_flags & CS_LOOPBACK) && in tcp_ipv4_print()
239 if (state->cws_flags & CS_LADDR) { in tcp_ipv4_print()
246 if (state->cws_flags & CS_RADDR) { in tcp_ipv4_print()
253 if (state->cws_flags & CS_LPORT) { in tcp_ipv4_print()
258 if (state->cws_flags & CS_RPORT) { in tcp_ipv4_print()
264 if ((state->cws_flags & CS_STATE) && in tcp_ipv4_print()
280 if (!(state->cws_flags & CS_LOOPBACK) && in tcp_ipv6_print()
286 if (state->cws_flags & CS_LADDR) { in tcp_ipv6_print()
295 if (state->cws_flags & CS_RADDR) { in tcp_ipv6_print()
304 if (state->cws_flags & CS_LPORT) { in tcp_ipv6_print()
309 if (state->cws_flags & CS_RPORT) { in tcp_ipv6_print()
315 if ((state->cws_flags & CS_STATE) && in tcp_ipv6_print()