Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_synproxy.h13 static inline struct nf_conn_synproxy *nfct_synproxy(const struct nf_conn *ct) in nfct_synproxy() function
34 if (tmpl && nfct_synproxy(tmpl)) { in nf_ct_add_synproxy()
/Linux-v4.19/net/ipv4/netfilter/
Dipt_SYNPROXY.c330 synproxy = nfct_synproxy(ct); in ipv4_synproxy_hook()
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_SYNPROXY.c347 synproxy = nfct_synproxy(ct); in ipv6_synproxy_hook()
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_tcp.c922 if (nfct_synproxy(ct) && old_state == TCP_CONNTRACK_SYN_SENT && in tcp_packet()
Dnf_conntrack_netlink.c465 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); in ctnetlink_dump_ct_synproxy()
1789 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct); in ctnetlink_change_synproxy()