Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A 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()
669 struct nf_conn_synproxy *synproxy; in ipv4_synproxy_hook() local
679 synproxy = nfct_synproxy(ct); in ipv4_synproxy_hook()
680 if (!synproxy) in ipv4_synproxy_hook()
696 nf_ct_seqadj_init(ct, ctinfo, synproxy->isn - in ipv4_synproxy_hook()
710 synproxy->tsoff = 0; in ipv4_synproxy_hook()
733 synproxy->isn = ntohl(th->ack_seq); in ipv4_synproxy_hook()
[all …]
H 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()
2102 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); in ctnetlink_change_synproxy() local
2106 if (!synproxy) in ctnetlink_change_synproxy()
2120 synproxy->isn = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ISN])); in ctnetlink_change_synproxy()
2121 synproxy->its = ntohl(nla_get_be32(tb[CTA_SYNPROXY_ITS])); in ctnetlink_change_synproxy()
2122 synproxy->tsoff = ntohl(nla_get_be32(tb[CTA_SYNPROXY_TSOFF])); in ctnetlink_change_synproxy()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnftnl/libnftnl/
H A D0001-avoid-naming-local-function-as-one-of-printf-family.patch58 src/expr/synproxy.c | 2 +-
70 src/obj/synproxy.c | 2 +-
481 diff --git a/src/expr/synproxy.c b/src/expr/synproxy.c
483 --- a/src/expr/synproxy.c
484 +++ b/src/expr/synproxy.c
613 diff --git a/src/obj/synproxy.c b/src/obj/synproxy.c
615 --- a/src/obj/synproxy.c
616 +++ b/src/obj/synproxy.c
/OK3568_Linux_fs/buildroot/package/collectd/
H A Dcollectd.mk137 $(if $(BR2_PACKAGE_COLLECTD_SYNPROXY),--enable-synproxy,--disable-synproxy) \
H A DConfig.in524 bool "synproxy"