Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_conntrack_proto_tcp.c344 state->td_scale = 0; 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()
470 sender->td_scale = 0; in tcp_init_sender()
471 receiver->td_scale = 0; in tcp_init_sender()
528 swin = win << sender->td_scale; in tcp_in_window()
599 win <<= sender->td_scale; in tcp_in_window()
848 state->td_scale = 0; in nf_ct_tcp_state_reset()
953 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_scale = in nf_conntrack_tcp_packet()
[all …]
/linux-5.19.10/include/linux/netfilter/
Dnf_conntrack_tcp.h13 u_int8_t td_scale; /* window scale factor */ member