Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_tcp.h28 u_int8_t last_wscale; /* Last window scaling factor seen */ member
/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_tcp.c908 ct->proto.tcp.last_wscale; in tcp_packet()
934 ct->proto.tcp.last_wscale = 0; in tcp_packet()
939 ct->proto.tcp.last_wscale = seen.td_scale; in tcp_packet()