Home
last modified time | relevance | path

Searched refs:TCP_MAX_WSCALE (Results 1 – 5 of 5) sorted by relevance

/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c379 if (state->td_scale > TCP_MAX_WSCALE) in tcp_options()
380 state->td_scale = TCP_MAX_WSCALE; in tcp_options()
1389 [CTA_PROTOINFO_TCP_WSCALE_ORIGINAL] = NLA_POLICY_MAX(NLA_U8, TCP_MAX_WSCALE),
1390 [CTA_PROTOINFO_TCP_WSCALE_REPLY] = NLA_POLICY_MAX(NLA_U8, TCP_MAX_WSCALE),
/linux/net/ipv4/
H A Dtcp_input.c4584 if (snd_wscale > TCP_MAX_WSCALE) { in tcp_parse_options()
4588 TCP_MAX_WSCALE); in tcp_parse_options()
4589 snd_wscale = TCP_MAX_WSCALE; in tcp_parse_options()
H A Dtcp.c3577 if (snd_wscale > TCP_MAX_WSCALE || rcv_wscale > TCP_MAX_WSCALE) in tcp_repair_options_est()
/linux/include/net/
H A Dtcp.h102 #define TCP_MAX_WSCALE 14U macro
/linux/net/core/
H A Dfilter.c12309 if (attrs->snd_wscale > TCP_MAX_WSCALE || in bpf_sk_assign_tcp_reqsk()
12310 attrs->rcv_wscale > TCP_MAX_WSCALE) in bpf_sk_assign_tcp_reqsk()