Home
last modified time | relevance | path

Searched refs:TCP_SYN_SET (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_tcp.c104 TCP_SYN_SET, enumerator
294 else if (tcph->syn) return (tcph->ack ? TCP_SYNACK_SET : TCP_SYN_SET); in get_conntrack_index()
847 && ct->proto.tcp.last_index == TCP_SYN_SET in tcp_packet()
888 if (index == TCP_SYN_SET && dir == IP_CT_DIR_ORIGINAL) { in tcp_packet()
945 ct->proto.tcp.last_index == TCP_SYN_SET && in tcp_packet()
976 && ct->proto.tcp.last_index == TCP_SYN_SET) in tcp_packet()