Searched refs:nfct_synproxy (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/net/netfilter/
H A Dnf_conntrack_synproxy.h14 static inline struct nf_conn_synproxy *nfct_synproxy(const struct nf_conn *ct) function
36 if (tmpl && nfct_synproxy(tmpl)) {
/linux-master/net/netfilter/
H A Dnf_synproxy_core.c656 synproxy = nfct_synproxy(ct);
1075 synproxy = nfct_synproxy(ct);
H A Dnf_conntrack_proto_tcp.c1127 if (nfct_synproxy(ct) && old_state == TCP_CONNTRACK_SYN_SENT &&
H A Dnf_conntrack_netlink.c492 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct);
2127 struct nf_conn_synproxy *synproxy = nfct_synproxy(ct);

Completed in 241 milliseconds