Lines Matching refs:tcp
147 __be16 target_src = target.src.u.tcp.port; in tcf_ct_flow_table_add_action_nat_tcp()
148 __be16 target_dst = target.dst.u.tcp.port; in tcf_ct_flow_table_add_action_nat_tcp()
150 if (target_src != tuple->src.u.tcp.port) in tcf_ct_flow_table_add_action_nat_tcp()
154 if (target_dst != tuple->dst.u.tcp.port) in tcf_ct_flow_table_add_action_nat_tcp()
422 bool tcp, bool bidirectional) in tcf_ct_flow_table_add() argument
437 if (tcp) { in tcf_ct_flow_table_add()
438 ct->proto.tcp.seen[0].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in tcf_ct_flow_table_add()
439 ct->proto.tcp.seen[1].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in tcf_ct_flow_table_add()
466 bool tcp = false, bidirectional = true; in tcf_ct_flow_table_process_conn() local
473 ct->proto.tcp.state != TCP_CONNTRACK_ESTABLISHED) in tcf_ct_flow_table_process_conn()
476 tcp = true; in tcf_ct_flow_table_process_conn()
509 tcf_ct_flow_table_add(ct_ft, ct, tcp, bidirectional); in tcf_ct_flow_table_process_conn()