Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_synproxy_core.c191 const struct nf_conn_synproxy *synproxy) in synproxy_tstamp_adjust() argument
196 if (synproxy->tsoff == 0) in synproxy_tstamp_adjust()
225 new = old - synproxy->tsoff; in synproxy_tstamp_adjust()
229 new = old + synproxy->tsoff; in synproxy_tstamp_adjust()
311 if (!proc_create_net("synproxy", 0444, net->proc_net_stat, in synproxy_proc_init()
319 remove_proc_entry("synproxy", net->proc_net_stat); in synproxy_proc_exit()
519 /* ack_seq is used to relay our ISN to the synproxy hook to initialize in synproxy_send_server_syn()
649 struct nf_conn_synproxy *synproxy; in ipv4_synproxy_hook()
659 synproxy = nfct_synproxy(ct); in ipv4_synproxy_hook()
660 if (!synproxy) in ipv4_synproxy_hook()
651 struct nf_conn_synproxy *synproxy; ipv4_synproxy_hook() local
1073 struct nf_conn_synproxy *synproxy; ipv6_synproxy_hook() local
[all...]
H A Dnf_conntrack_netlink.c506 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); in ctnetlink_dump_ct_synproxy()
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()
2124 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); in ctnetlink_change_synproxy()
2128 if (!synproxy) in ctnetlink_change_synproxy()
2142 synproxy->isn = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ISN])); in ctnetlink_change_synproxy()
2143 synproxy->its = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ITS])); in ctnetlink_change_synproxy()
2144 synproxy in ctnetlink_change_synproxy()
505 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); ctnetlink_dump_ct_synproxy() local
2121 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); ctnetlink_change_synproxy() local
[all...]
/linux/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