Searched refs:socket_mt_reg (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_socket.c55 static struct xtables_match socket_mt_reg[] = { variable in typeref:struct:xtables_match
81 xtables_register_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_socket.c55 static struct xtables_match socket_mt_reg[] = { variable in typeref:struct:xtables_match
81 xtables_register_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_socket.c188 static struct xt_match socket_mt_reg[] __read_mostly = {
213 return xt_register_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg));
218 xt_unregister_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg));

Completed in 91 milliseconds