Home
last modified time | relevance | path

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

/linux/net/netfilter/
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()
679 synproxy = nfct_synproxy(ct); in ipv4_synproxy_hook()
680 if (!synproxy) in ipv4_synproxy_hook()
710 synproxy->tsoff = 0; in ipv4_synproxy_hook()
735 synproxy->its = opts.tsecr; in ipv4_synproxy_hook()
747 synproxy->tsoff = opts.tsval - synproxy->its; in ipv4_synproxy_hook()
1099 if (!synproxy) in ipv6_synproxy_hook()
1133 synproxy->tsoff = 0; in ipv6_synproxy_hook()
[all …]
A Dnf_conntrack_netlink.c474 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); in ctnetlink_dump_ct_synproxy() local
477 if (!synproxy) in ctnetlink_dump_ct_synproxy()
484 if (nla_put_be32(skb, CTA_SYNPROXY_ISN, htonl(synproxy->isn)) || in ctnetlink_dump_ct_synproxy()
485 nla_put_be32(skb, CTA_SYNPROXY_ITS, htonl(synproxy->its)) || in ctnetlink_dump_ct_synproxy()
486 nla_put_be32(skb, CTA_SYNPROXY_TSOFF, htonl(synproxy->tsoff))) in ctnetlink_dump_ct_synproxy()
2135 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); in ctnetlink_change_synproxy() local
2139 if (!synproxy) in ctnetlink_change_synproxy()
2153 synproxy->isn = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ISN])); in ctnetlink_change_synproxy()
2154 synproxy->its = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ITS])); in ctnetlink_change_synproxy()
2155 synproxy->tsoff = ntohl(nla_get_be32(tb[CTA_SYNPROXY_TSOFF])); in ctnetlink_change_synproxy()

Completed in 11 milliseconds