Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_tcp.c365 state->td_scale = in tcp_options()
392 state->td_scale = *(u_int8_t *)ptr; in tcp_options()
394 if (state->td_scale > TCP_MAX_WSCALE) in tcp_options()
395 state->td_scale = TCP_MAX_WSCALE; in tcp_options()
510 sender->td_scale, in tcp_in_window()
512 receiver->td_scale); in tcp_in_window()
535 sender->td_scale = in tcp_in_window()
536 receiver->td_scale = 0; in tcp_in_window()
547 swin = win << sender->td_scale; in tcp_in_window()
603 sender->td_scale, in tcp_in_window()
[all …]
/Linux-v4.19/include/linux/netfilter/
Dnf_conntrack_tcp.h13 u_int8_t td_scale; /* window scale factor */ member