Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnf_conntrack_proto_tcp.c344 state->td_scale = in tcp_options()
371 state->td_scale = *(u_int8_t *)ptr; in tcp_options()
373 if (state->td_scale > TCP_MAX_WSCALE) in tcp_options()
374 state->td_scale = TCP_MAX_WSCALE; in tcp_options()
493 sender->td_scale, in tcp_in_window()
495 receiver->td_scale); in tcp_in_window()
518 sender->td_scale = in tcp_in_window()
519 receiver->td_scale = 0; in tcp_in_window()
530 swin = win << sender->td_scale; in tcp_in_window()
593 sender->td_scale, in tcp_in_window()
[all …]
/Linux-v5.15/include/linux/netfilter/
Dnf_conntrack_tcp.h13 u_int8_t td_scale; /* window scale factor */ member