Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/netfilter/
Dnf_conntrack_tcp.h29 u_int8_t last_wscale; /* Last window scaling factor seen */ member
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_tcp.c866 ct->proto.tcp.last_wscale; in tcp_packet()
892 ct->proto.tcp.last_wscale = 0; in tcp_packet()
897 ct->proto.tcp.last_wscale = seen.td_scale; in tcp_packet()