Searched refs:tsoff (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/media/pci/ngene/ |
H A D | ngene-dvb.c | 164 int tsoff; in tsin_exchange() local 208 tsoff = tsin_find_offset(buf, len); in tsin_exchange() 209 if (tsoff > 0) { in tsin_exchange() 210 chan->tsin_offset += tsoff; in tsin_exchange() 213 buf += tsoff; in tsin_exchange() 214 len -= tsoff; in tsin_exchange() 218 __func__, tsoff, in tsin_exchange()
|
/linux/net/ipv4/ |
H A D | syncookies.c | 319 int mss, u32 tsoff) in cookie_tcp_reqsk_alloc() argument 350 treq->ts_off = tsoff; in cookie_tcp_reqsk_alloc() 360 u32 tsoff = 0; in cookie_tcp_check() local 379 tsoff = secure_tcp_ts_off(net, in cookie_tcp_check() 382 tcp_opt.rcv_tsecr -= tsoff; in cookie_tcp_check() 389 &tcp_opt, mss, tsoff); in cookie_tcp_check()
|
/linux/net/ipv6/ |
H A D | syncookies.c | 134 u32 tsoff = 0; in cookie_tcp_check() local 153 tsoff = secure_tcpv6_ts_off(net, in cookie_tcp_check() 156 tcp_opt.rcv_tsecr -= tsoff; in cookie_tcp_check() 163 &tcp_opt, mss, tsoff); in cookie_tcp_check()
|
/linux/include/net/netfilter/ |
H A D | nf_conntrack_synproxy.h | 11 u32 tsoff; member
|
/linux/net/netfilter/ |
H A D | nf_synproxy_core.c | 193 if (synproxy->tsoff == 0) in synproxy_tstamp_adjust() 222 synproxy->tsoff); in synproxy_tstamp_adjust() 227 synproxy->tsoff); in synproxy_tstamp_adjust() 687 synproxy->tsoff = 0; in ipv4_synproxy_hook() 724 synproxy->tsoff = opts.tsval - synproxy->its; in ipv4_synproxy_hook() 1110 synproxy->tsoff = 0; in ipv6_synproxy_hook() 1147 synproxy->tsoff = opts.tsval - synproxy->its; in ipv6_synproxy_hook()
|
H A D | nf_conntrack_netlink.c | 501 nla_put_be32(skb, CTA_SYNPROXY_TSOFF, htonl(synproxy->tsoff))) in ctnetlink_dump_ct_synproxy() 2141 synproxy->tsoff = ntohl(nla_get_be32(tb[CTA_SYNPROXY_TSOFF])); in ctnetlink_change_synproxy()
|
/linux/include/net/ |
H A D | tcp.h | 494 int mss, u32 tsoff);
|
/linux/net/core/ |
H A D | filter.c | 11973 u32 tsoff = 0; in bpf_sk_assign_tcp_reqsk() local 12024 tsoff = attrs->rcv_tsecr - tcp_ns_to_ts(attrs->usec_ts_ok, tcp_clock_ns()); in bpf_sk_assign_tcp_reqsk() 12047 treq->ts_off = tsoff; in bpf_sk_assign_tcp_reqsk()
|