Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/netfilter/
Dipt_SYNPROXY.c455 if (snet->hook_ref4 == 0) { in synproxy_tg4_check()
464 snet->hook_ref4++; in synproxy_tg4_check()
472 snet->hook_ref4--; in synproxy_tg4_destroy()
473 if (snet->hook_ref4 == 0) in synproxy_tg4_destroy()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_synproxy.h56 unsigned int hook_ref4; member