Searched refs:tsoff (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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-6.15/net/ipv4/ |
| H A D | syncookies.c | 320 int mss, u32 tsoff) in cookie_tcp_reqsk_alloc() argument 351 treq->ts_off = tsoff; in cookie_tcp_reqsk_alloc() 361 u32 tsoff = 0; in cookie_tcp_check() local 380 tsoff = secure_tcp_ts_off(net, in cookie_tcp_check() 383 tcp_opt.rcv_tsecr -= tsoff; in cookie_tcp_check() 390 &tcp_opt, mss, tsoff); in cookie_tcp_check()
|
| /linux-6.15/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-6.15/include/net/netfilter/ |
| H A D | nf_conntrack_synproxy.h | 11 u32 tsoff; member
|
| /linux-6.15/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 | 518 nla_put_be32(skb, CTA_SYNPROXY_TSOFF, htonl(synproxy->tsoff))) in ctnetlink_dump_ct_synproxy() 2166 synproxy->tsoff = ntohl(nla_get_be32(tb[CTA_SYNPROXY_TSOFF])); in ctnetlink_change_synproxy()
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | conntrack.yaml | 360 name: tsoff
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 535 int mss, u32 tsoff);
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 12052 u32 tsoff = 0; in bpf_sk_assign_tcp_reqsk() local 12103 tsoff = attrs->rcv_tsecr - tcp_ns_to_ts(attrs->usec_ts_ok, tcp_clock_ns()); in bpf_sk_assign_tcp_reqsk() 12126 treq->ts_off = tsoff; in bpf_sk_assign_tcp_reqsk()
|