Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/netfilter/
Dip6t_SYNPROXY.c477 if (snet->hook_ref6 == 0) { in synproxy_tg6_check()
486 snet->hook_ref6++; in synproxy_tg6_check()
494 snet->hook_ref6--; in synproxy_tg6_destroy()
495 if (snet->hook_ref6 == 0) in synproxy_tg6_destroy()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_synproxy.h57 unsigned int hook_ref6; member