Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnf_conntrack_proto_tcp.c357 state->td_scale = in tcp_options()
384 state->td_scale = *(u_int8_t *)ptr; in tcp_options()
386 if (state->td_scale > TCP_MAX_WSCALE) in tcp_options()
387 state->td_scale = TCP_MAX_WSCALE; in tcp_options()
504 sender->td_scale, in tcp_in_window()
506 receiver->td_scale); in tcp_in_window()
529 sender->td_scale = in tcp_in_window()
530 receiver->td_scale = 0; in tcp_in_window()
541 swin = win << sender->td_scale; in tcp_in_window()
597 sender->td_scale, in tcp_in_window()
[all …]
/Linux-v5.4/include/linux/netfilter/
Dnf_conntrack_tcp.h13 u_int8_t td_scale; /* window scale factor */ member