Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/net/ipv4/
H A Dsyncookies.c195 struct dst_entry *dst, u32 tsoff) in tcp_get_cookie_sock() argument
205 tcp_sk(child)->tsoffset = tsoff; in tcp_get_cookie_sock()
334 u32 tsoff = 0; in cookie_v4_check() local
356 tsoff = secure_tcp_ts_off(sock_net(sk), in cookie_v4_check()
359 tcp_opt.rcv_tsecr -= tsoff; in cookie_v4_check()
442 ret = tcp_get_cookie_sock(sk, skb, req, &rt->dst, tsoff); in cookie_v4_check()
/openbmc/linux/net/ipv6/
H A Dsyncookies.c142 u32 tsoff = 0; in cookie_v6_check() local
164 tsoff = secure_tcpv6_ts_off(sock_net(sk), in cookie_v6_check()
167 tcp_opt.rcv_tsecr -= tsoff; in cookie_v6_check()
261 ret = tcp_get_cookie_sock(sk, skb, req, dst, tsoff); in cookie_v6_check()
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_synproxy.h11 u32 tsoff; member
/openbmc/linux/net/netfilter/
H A Dnf_synproxy_core.c193 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 Dnf_conntrack_netlink.c503 nla_put_be32(skb, CTA_SYNPROXY_TSOFF, htonl(synproxy->tsoff))) in ctnetlink_dump_ct_synproxy()
2138 synproxy->tsoff = ntohl(nla_get_be32(tb[CTA_SYNPROXY_TSOFF])); in ctnetlink_change_synproxy()
/openbmc/linux/include/net/
H A Dtcp.h485 struct dst_entry *dst, u32 tsoff);