Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_conntrack_proto_tcp.c734 u8 tcpflags; in tcp_error() local
755 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()
756 if (!tcp_valid_flags[tcpflags]) { in tcp_error()