Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_proto_tcp.c96 TCP_ACK_SET, enumerator
280 else if (tcph->ack) return TCP_ACK_SET; in get_conntrack_index()
700 if (index == TCP_ACK_SET) { in tcp_in_window()
1107 index == TCP_ACK_SET && in nf_conntrack_tcp_packet()
1125 index == TCP_ACK_SET && dir == IP_CT_DIR_ORIGINAL && in nf_conntrack_tcp_packet()
1146 index == TCP_ACK_SET && in nf_conntrack_tcp_packet()
1164 if (dir == IP_CT_DIR_REPLY && index == TCP_ACK_SET && in nf_conntrack_tcp_packet()
1210 if (ct->proto.tcp.last_index == TCP_ACK_SET && in nf_conntrack_tcp_packet()
1223 && ct->proto.tcp.last_index == TCP_ACK_SET)) in nf_conntrack_tcp_packet()
1239 ct->proto.tcp.last_index == TCP_ACK_SET && in nf_conntrack_tcp_packet()

Completed in 5 milliseconds