nf_sockopt_init in uipc_socket.c

Sam Wan sam at ip6.com.au
Fri May 8 02:16:59 UTC 2009


Hi,

With 7.2, is ok to add the following function to the uipc_socket.c file?

void nf_sockopt_init(void)
{
   LIST_INIT(&nf_sockopts);
   mtx_init(&nf_sockopt_mutex,"linux netfilter lock",NULL,MTX_DEF);

}


Thanks




More information about the freebsd-net mailing list