Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_synproxy_core.c188 const struct nf_conn_synproxy *synproxy) in synproxy_tstamp_adjust() argument
193 if (synproxy->tsoff == 0) in synproxy_tstamp_adjust()
222 synproxy->tsoff); in synproxy_tstamp_adjust()
227 synproxy->tsoff); in synproxy_tstamp_adjust()
646 struct nf_conn_synproxy *synproxy; in ipv4_synproxy_hook() local
656 synproxy = nfct_synproxy(ct); in ipv4_synproxy_hook()
657 if (!synproxy) in ipv4_synproxy_hook()
673 nf_ct_seqadj_init(ct, ctinfo, synproxy->isn - in ipv4_synproxy_hook()
687 synproxy->tsoff = 0; in ipv4_synproxy_hook()
710 synproxy->isn = ntohl(th->ack_seq); in ipv4_synproxy_hook()
[all …]
Dnf_conntrack_netlink.c485 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); in ctnetlink_dump_ct_synproxy() local
488 if (!synproxy) in ctnetlink_dump_ct_synproxy()
495 if (nla_put_be32(skb, CTA_SYNPROXY_ISN, htonl(synproxy->isn)) || in ctnetlink_dump_ct_synproxy()
496 nla_put_be32(skb, CTA_SYNPROXY_ITS, htonl(synproxy->its)) || in ctnetlink_dump_ct_synproxy()
497 nla_put_be32(skb, CTA_SYNPROXY_TSOFF, htonl(synproxy->tsoff))) in ctnetlink_dump_ct_synproxy()
2125 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); in ctnetlink_change_synproxy() local
2129 if (!synproxy) in ctnetlink_change_synproxy()
2143 synproxy->isn = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ISN])); in ctnetlink_change_synproxy()
2144 synproxy->its = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ITS])); in ctnetlink_change_synproxy()
2145 synproxy->tsoff = ntohl(nla_get_be32(tb[CTA_SYNPROXY_TSOFF])); in ctnetlink_change_synproxy()
/linux-6.1.9/tools/testing/selftests/netfilter/
Dnft_synproxy.sh93 … meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp