Home
last modified time | relevance | path

Searched refs:TCPOPT_WINDOW (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c187 win_scale_opt.kind = TCPOPT_WINDOW; in write_active_opt()
231 win_scale_opt.kind != TCPOPT_WINDOW) in write_active_opt()
H A Dxdp_synproxy_kern.c30 #define TCPOPT_WINDOW 3 macro
234 case TCPOPT_WINDOW: in tscookie_tcpopt_parse()
505 (TCPOPT_WINDOW << 16) | in tcp_mkoptions()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h54 #define TCPOPT_WINDOW 3 macro
/openbmc/linux/tools/testing/selftests/net/
H A Dgro.c416 case TCPOPT_WINDOW: in tcp_write_options()
418 opt_window->kind = TCPOPT_WINDOW; in tcp_write_options()
549 tcp_write_options(extpkt2 + MAX_HDR_LEN + 1, TCPOPT_WINDOW, 0); in send_diff_opt()
/openbmc/linux/net/netfilter/
H A Dnf_synproxy_core.c68 case TCPOPT_WINDOW: in synproxy_parse_options()
147 (TCPOPT_WINDOW << 16) | in synproxy_build_options()
H A Dnf_conntrack_proto_tcp.c375 else if (opcode == TCPOPT_WINDOW in tcp_options()
/openbmc/linux/include/net/
H A Dtcp.h186 #define TCPOPT_WINDOW 3 /* Window scaling */ macro
/openbmc/linux/net/sched/
H A Dsch_cake.c1197 case TCPOPT_WINDOW: in cake_tcph_may_drop()
/openbmc/linux/net/ipv4/
H A Dtcp_output.c667 (TCPOPT_WINDOW << 16) | in tcp_options_write()
H A Dtcp.c3197 case TCPOPT_WINDOW: in tcp_repair_options_est()
H A Dtcp_input.c4186 case TCPOPT_WINDOW: in tcp_parse_options()