Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_conntrack_proto_tcp.c706 static const u8 tcp_valid_flags[(TCPHDR_FIN|TCPHDR_SYN|TCPHDR_RST|TCPHDR_ACK| variable
756 if (!tcp_valid_flags[tcpflags]) { in tcp_error()