Searched refs:tsecr (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | nf_synproxy_core.c | 74 opts->tsecr = get_unaligned_be32(ptr + 4); in synproxy_parse_options() 133 *ptr++ = htonl(opts->tsecr); in synproxy_build_options() 151 opts->tsecr = opts->tsval; in synproxy_init_timestamp_cookie() 170 opts->wscale = opts->tsecr & 0xf; in synproxy_check_timestamp_cookie() 174 opts->options |= opts->tsecr & (1 << 4) ? XT_SYNPROXY_OPT_SACK_PERM : 0; in synproxy_check_timestamp_cookie() 176 opts->options |= opts->tsecr & (1 << 5) ? XT_SYNPROXY_OPT_ECN : 0; in synproxy_check_timestamp_cookie()
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_synproxy.h | 54 u32 tsecr; member
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 371 synproxy->its = opts.tsecr; in ipv4_synproxy_hook() 387 swap(opts.tsval, opts.tsecr); in ipv4_synproxy_hook() 392 swap(opts.tsval, opts.tsecr); in ipv4_synproxy_hook()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 393 synproxy->its = opts.tsecr; in ipv6_synproxy_hook() 409 swap(opts.tsval, opts.tsecr); in ipv6_synproxy_hook() 414 swap(opts.tsval, opts.tsecr); in ipv6_synproxy_hook()
|
/linux-4.1.27/net/ipv6/ |
D | tcp_ipv6.c | 734 u32 ack, u32 win, u32 tsval, u32 tsecr, in tcp_v6_send_response() argument 748 if (tsecr) in tcp_v6_send_response() 778 if (tsecr) { in tcp_v6_send_response() 782 *topt++ = htonl(tsecr); in tcp_v6_send_response() 904 u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v6_send_ack() argument 908 tcp_v6_send_response(sk, skb, seq, ack, win, tsval, tsecr, oif, key, 0, in tcp_v6_send_ack()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_ipv4.c | 710 u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v4_send_ack() argument 730 if (tsecr) { in tcp_v4_send_ack() 735 rep.opt[2] = htonl(tsecr); in tcp_v4_send_ack() 750 int offset = (tsecr) ? 3 : 0; in tcp_v4_send_ack()
|
D | tcp_output.c | 432 __u32 tsval, tsecr; /* need to include OPTION_TS */ member 482 *ptr++ = htonl(opts->tsecr); in tcp_options_write() 580 opts->tsecr = tp->rx_opt.ts_recent; in tcp_syn_options() 649 opts->tsecr = req->ts_recent; in tcp_synack_options() 699 opts->tsecr = tp->rx_opt.ts_recent; in tcp_established_options()
|