/kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
H A D | ngene-dvb.c | 164 int tsoff; in tsin_exchange() local 206 * (max. 188 bytes, tsoff will be mod 188) in tsin_exchange() 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()
|
/kernel/linux/linux-6.6/drivers/media/pci/ngene/ |
H A D | ngene-dvb.c | 164 int tsoff; in tsin_exchange() local 206 * (max. 188 bytes, tsoff will be mod 188) in tsin_exchange() 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()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | syncookies.c | 197 struct dst_entry *dst, u32 tsoff) in tcp_get_cookie_sock() 207 tcp_sk(child)->tsoffset = tsoff; in tcp_get_cookie_sock() 336 u32 tsoff = 0; in cookie_v4_check() local 358 tsoff = secure_tcp_ts_off(sock_net(sk), in cookie_v4_check() 361 tcp_opt.rcv_tsecr -= tsoff; in cookie_v4_check() 444 ret = tcp_get_cookie_sock(sk, skb, req, &rt->dst, tsoff); in cookie_v4_check() 195 tcp_get_cookie_sock(struct sock *sk, struct sk_buff *skb, struct request_sock *req, struct dst_entry *dst, u32 tsoff) tcp_get_cookie_sock() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | syncookies.c | 195 struct dst_entry *dst, u32 tsoff) in tcp_get_cookie_sock() 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() 193 tcp_get_cookie_sock(struct sock *sk, struct sk_buff *skb, struct request_sock *req, struct dst_entry *dst, u32 tsoff) tcp_get_cookie_sock() argument
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | syncookies.c | 142 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()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | syncookies.c | 142 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()
|
/kernel/linux/linux-5.10/include/net/netfilter/ |
H A D | nf_conntrack_synproxy.h | 11 u32 tsoff; member
|
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_conntrack_synproxy.h | 11 u32 tsoff; member
|
/kernel/linux/linux-5.10/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() 710 synproxy->tsoff = 0; in ipv4_synproxy_hook() 747 synproxy->tsoff = opts.tsval - synproxy->its; in ipv4_synproxy_hook() 1133 synproxy->tsoff = 0; in ipv6_synproxy_hook() 1170 synproxy->tsoff = opts.tsval - synproxy->its; in ipv6_synproxy_hook()
|
H A D | nf_conntrack_netlink.c | 487 nla_put_be32(skb, CTA_SYNPROXY_TSOFF, htonl(synproxy->tsoff))) in ctnetlink_dump_ct_synproxy() 2114 synproxy->tsoff = ntohl(nla_get_be32(tb[CTA_SYNPROXY_TSOFF])); in ctnetlink_change_synproxy()
|
/kernel/linux/linux-6.6/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 | 503 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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 466 struct dst_entry *dst, u32 tsoff);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 485 struct dst_entry *dst, u32 tsoff);
|