Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_proto_tcp.c97 TCP_RST_SET, enumerator
277 if (tcph->rst) return TCP_RST_SET; in get_conntrack_index()
744 case TCP_RST_SET: in nf_tcp_handle_invalid()
753 ct->proto.tcp.last_index == TCP_RST_SET)) { in nf_tcp_handle_invalid()
1012 && ct->proto.tcp.last_index == TCP_RST_SET)) { in nf_conntrack_tcp_packet()
1169 if (index != TCP_RST_SET) in nf_conntrack_tcp_packet()
1280 else if (unlikely(index == TCP_RST_SET)) in nf_conntrack_tcp_packet()

Completed in 6 milliseconds