Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_conntrack_proto_tcp.c350 state->td_scale = 0; in tcp_options()
377 state->td_scale = *(u_int8_t *)ptr; in tcp_options()
379 if (state->td_scale > TCP_MAX_WSCALE) in tcp_options()
380 state->td_scale = TCP_MAX_WSCALE; in tcp_options()
476 sender->td_scale = 0; in tcp_init_sender()
477 receiver->td_scale = 0; in tcp_init_sender()
556 swin = win << sender->td_scale; in tcp_in_window()
669 win <<= sender->td_scale; in tcp_in_window()
920 state->td_scale = 0; in nf_ct_tcp_state_reset()
1026 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_scale = in nf_conntrack_tcp_packet()
[all …]
/linux-6.1.9/include/linux/netfilter/
Dnf_conntrack_tcp.h13 u_int8_t td_scale; /* window scale factor */ member