Searched refs:xt_hook_link (Results 1 - 10 of 10) sorted by relevance

/net/ipv4/netfilter/
H A Darptable_filter.c73 arpfilter_ops = xt_hook_link(&packet_filter, arptable_filter_hook);
H A Diptable_filter.c95 filter_ops = xt_hook_link(&packet_filter, iptable_filter_hook);
H A Diptable_raw.c73 rawtable_ops = xt_hook_link(&packet_raw, iptable_raw_hook);
H A Diptable_security.c91 sectbl_ops = xt_hook_link(&security_table, iptable_security_hook);
H A Diptable_mangle.c132 mangle_ops = xt_hook_link(&packet_mangler, iptable_mangle_hook);
/net/ipv6/netfilter/
H A Dip6table_filter.c87 filter_ops = xt_hook_link(&packet_filter, ip6table_filter_hook);
H A Dip6table_raw.c66 rawtable_ops = xt_hook_link(&packet_raw, ip6table_raw_hook);
H A Dip6table_security.c83 sectbl_ops = xt_hook_link(&security_table, ip6table_security_hook);
H A Dip6table_mangle.c126 mangle_ops = xt_hook_link(&packet_mangler, ip6table_mangle_hook);
/net/netfilter/
H A Dx_tables.c1181 * xt_hook_link - set up hooks for a new table
1188 struct nf_hook_ops *xt_hook_link(const struct xt_table *table, nf_hookfn *fn) function
1220 EXPORT_SYMBOL_GPL(xt_hook_link); variable

Completed in 67 milliseconds