Home
last modified time | relevance | path

Searched refs:tsecr (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/net/netfilter/
Dnf_synproxy_core.c79 opts->tsecr = get_unaligned_be32(ptr + 4); in synproxy_parse_options()
138 *ptr++ = htonl(opts->tsecr); in synproxy_build_options()
155 opts->tsecr = opts->tsval; in synproxy_init_timestamp_cookie()
175 opts->wscale = opts->tsecr & 0xf; in synproxy_check_timestamp_cookie()
179 opts->options |= opts->tsecr & (1 << 4) ? NF_SYNPROXY_OPT_SACK_PERM : 0; in synproxy_check_timestamp_cookie()
181 opts->options |= opts->tsecr & (1 << 5) ? NF_SYNPROXY_OPT_ECN : 0; in synproxy_check_timestamp_cookie()
735 synproxy->its = opts.tsecr; in ipv4_synproxy_hook()
755 swap(opts.tsval, opts.tsecr); in ipv4_synproxy_hook()
761 swap(opts.tsval, opts.tsecr); in ipv4_synproxy_hook()
1158 synproxy->its = opts.tsecr; in ipv6_synproxy_hook()
[all …]
/Linux-v5.15/include/net/netfilter/
Dnf_synproxy.h41 u32 tsecr; member
/Linux-v5.15/net/sched/
Dsch_cake.c1066 u32 *tsval, u32 *tsecr) in cake_tcph_get_tstamp() argument
1075 *tsecr = get_unaligned_be32(ptr + 4); in cake_tcph_get_tstamp()
1085 u32 tstamp, tsecr; in cake_tcph_may_drop() local
1129 tsecr = get_unaligned_be32(ptr + 4); in cake_tcph_may_drop()
1131 after(tsecr, tsecr_new)) in cake_tcph_may_drop()
1164 u32 tstamp = 0, tsecr = 0; in cake_ack_filter() local
1178 cake_tcph_get_tstamp(tcph, &tstamp, &tsecr); in cake_ack_filter()
1245 if (!cake_tcph_may_drop(tcph_check, tstamp, tsecr) || in cake_ack_filter()
/Linux-v5.15/net/ipv6/
Dtcp_ipv6.c889 u32 ack, u32 win, u32 tsval, u32 tsecr, in tcp_v6_send_response() argument
904 if (tsecr) in tcp_v6_send_response()
943 if (tsecr) { in tcp_v6_send_response()
947 *topt++ = htonl(tsecr); in tcp_v6_send_response()
1126 u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v6_send_ack() argument
1130 tcp_v6_send_response(sk, skb, seq, ack, win, tsval, tsecr, oif, key, 0, in tcp_v6_send_ack()
/Linux-v5.15/tools/testing/selftests/net/
Dgro.c403 uint32_t tsecr; in tcp_write_options() member
426 opt_ts->tsecr = 0; in tcp_write_options()
/Linux-v5.15/net/ipv4/
Dtcp_output.c443 __u32 tsval, tsecr; /* need to include OPTION_TS */ member
642 *ptr++ = htonl(opts->tsecr); in tcp_options_write()
795 opts->tsecr = tp->rx_opt.ts_recent; in tcp_syn_options()
880 opts->tsecr = req->ts_recent; in tcp_synack_options()
939 opts->tsecr = tp->rx_opt.ts_recent; in tcp_established_options()
Dtcp_ipv4.c841 u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v4_send_ack() argument
864 if (tsecr) { in tcp_v4_send_ack()
869 rep.opt[2] = htonl(tsecr); in tcp_v4_send_ack()
884 int offset = (tsecr) ? 3 : 0; in tcp_v4_send_ack()