Searched refs:tsoff (Results 1 – 7 of 7) 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 | 317 int mss, u32 tsoff) in cookie_tcp_reqsk_alloc() argument 349 treq->ts_off = tsoff; in cookie_tcp_reqsk_alloc() 358 u32 tsoff = 0; in cookie_tcp_check() local 384 tsoff = st.ts_off; in cookie_tcp_check() 385 tcp_opt.rcv_tsecr -= tsoff; in cookie_tcp_check() 392 &tcp_opt, mss, tsoff); in cookie_tcp_check()
|
| /linux/net/ipv6/ |
| H A D | syncookies.c | 135 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 D | nf_conntrack_synproxy.h | 11 u32 tsoff; member
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_netlink.c | 517 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 | 600 int mss, u32 tsoff);
|
| /linux/net/core/ |
| H A D | filter.c | 12270 u32 tsoff = 0; in bpf_sk_assign_tcp_reqsk() local 12321 tsoff = attrs->rcv_tsecr - tcp_ns_to_ts(attrs->usec_ts_ok, tcp_clock_ns()); in bpf_sk_assign_tcp_reqsk() 12344 treq->ts_off = tsoff; in bpf_sk_assign_tcp_reqsk()
|