Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A 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()
478 sender->td_scale = 0; in tcp_init_sender()
479 receiver->td_scale = 0; in tcp_init_sender()
558 swin = win << sender->td_scale; in tcp_in_window()
671 win <<= sender->td_scale; in tcp_in_window()
957 state->td_scale = 0; in nf_ct_tcp_state_reset()
1442 ct->proto.tcp.seen[0].td_scale = in nlattr_to_tcp()
[all …]
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_tcp.h13 u_int8_t td_scale; /* window scale factor */ member