Home
last modified time | relevance | path

Searched refs:tsoff (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/pci/ngene/
H A Dngene-dvb.c164 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 Dsyncookies.c321 int mss, u32 tsoff) in cookie_tcp_reqsk_alloc() argument
352 treq->ts_off = tsoff; in cookie_tcp_reqsk_alloc()
362 u32 tsoff = 0; in cookie_tcp_check() local
388 tsoff = st.ts_off; in cookie_tcp_check()
389 tcp_opt.rcv_tsecr -= tsoff; in cookie_tcp_check()
396 &tcp_opt, mss, tsoff); in cookie_tcp_check()
/linux/net/ipv6/
H A Dsyncookies.c135 u32 tsoff = 0; in cookie_tcp_check() local
161 tsoff = st.ts_off; in cookie_tcp_check()
162 tcp_opt.rcv_tsecr -= tsoff; in cookie_tcp_check()
169 &tcp_opt, mss, tsoff); in cookie_tcp_check()
/linux/include/net/netfilter/
H A Dnf_conntrack_synproxy.h11 u32 tsoff; member
/linux/net/netfilter/
H A Dnf_synproxy_core.c194 if (synproxy->tsoff == 0) in synproxy_tstamp_adjust()
223 synproxy->tsoff); in synproxy_tstamp_adjust()
228 synproxy->tsoff); in synproxy_tstamp_adjust()
688 synproxy->tsoff = 0; in ipv4_synproxy_hook()
725 synproxy->tsoff = opts.tsval - synproxy->its; in ipv4_synproxy_hook()
1111 synproxy->tsoff = 0; in ipv6_synproxy_hook()
1148 synproxy->tsoff = opts.tsval - synproxy->its; in ipv6_synproxy_hook()
H A Dnf_conntrack_netlink.c519 nla_put_be32(skb, CTA_SYNPROXY_TSOFF, htonl(synproxy->tsoff))) in ctnetlink_dump_ct_synproxy()
2149 synproxy->tsoff = ntohl(nla_get_be32(tb[CTA_SYNPROXY_TSOFF])); in ctnetlink_change_synproxy()
/linux/include/net/
H A Dtcp.h580 int mss, u32 tsoff);
/linux/net/core/
H A Dfilter.c12236 u32 tsoff = 0; in bpf_sk_assign_tcp_reqsk() local
12287 tsoff = attrs->rcv_tsecr - tcp_ns_to_ts(attrs->usec_ts_ok, tcp_clock_ns()); in bpf_sk_assign_tcp_reqsk()
12310 treq->ts_off = tsoff; in bpf_sk_assign_tcp_reqsk()