Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c780 static const u8 tcp_valid_flags[(TCPHDR_FIN|TCPHDR_SYN|TCPHDR_RST|TCPHDR_ACK| variable
830 if (!tcp_valid_flags[tcpflags]) { in tcp_error()