Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_conntrack_proto_tcp.c399 state->td_scale = in tcp_options()
424 state->td_scale = *(u_int8_t *)ptr; in tcp_options()
426 if (state->td_scale > 14) { in tcp_options()
428 state->td_scale = 14; in tcp_options()
542 sender->td_scale, in tcp_in_window()
544 receiver->td_scale); in tcp_in_window()
567 sender->td_scale = in tcp_in_window()
568 receiver->td_scale = 0; in tcp_in_window()
579 swin = win << sender->td_scale; in tcp_in_window()
635 sender->td_scale, in tcp_in_window()
[all …]
/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_tcp.h12 u_int8_t td_scale; /* window scale factor */ member