Home
last modified time | relevance | path

Searched refs:synproxy (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/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()
656 synproxy = nfct_synproxy(ct); in ipv4_synproxy_hook()
657 if (!synproxy) in ipv4_synproxy_hook()
687 synproxy->tsoff = 0; in ipv4_synproxy_hook()
712 synproxy->its = opts.tsecr; in ipv4_synproxy_hook()
724 synproxy->tsoff = opts.tsval - synproxy->its; in ipv4_synproxy_hook()
1076 if (!synproxy) in ipv6_synproxy_hook()
1110 synproxy->tsoff = 0; in ipv6_synproxy_hook()
[all …]
H A Dnf_conntrack_netlink.c506 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); in ctnetlink_dump_ct_synproxy() local
509 if (!synproxy) in ctnetlink_dump_ct_synproxy()
516 if (nla_put_be32(skb, CTA_SYNPROXY_ISN, htonl(synproxy->isn)) || in ctnetlink_dump_ct_synproxy()
517 nla_put_be32(skb, CTA_SYNPROXY_ITS, htonl(synproxy->its)) || in ctnetlink_dump_ct_synproxy()
518 nla_put_be32(skb, CTA_SYNPROXY_TSOFF, htonl(synproxy->tsoff))) in ctnetlink_dump_ct_synproxy()
2146 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); in ctnetlink_change_synproxy() local
2150 if (!synproxy) in ctnetlink_change_synproxy()
2164 synproxy->isn = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ISN])); in ctnetlink_change_synproxy()
2165 synproxy->its = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ITS])); in ctnetlink_change_synproxy()
2166 synproxy->tsoff = ntohl(nla_get_be32(tb[CTA_SYNPROXY_TSOFF])); in ctnetlink_change_synproxy()
/linux-6.15/Documentation/netlink/specs/
H A Dconntrack.yaml349 name: synproxy-attrs
463 name: synproxy
465 nested-attributes: synproxy-attrs
589 - synproxy
622 - synproxy
H A Dnftables.yaml96 - synproxy
/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dnft_synproxy.sh74 … meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp