Searched refs:ip6t_do_table (Results 1 – 5 of 5) sorted by relevance
/linux/net/ipv6/netfilter/ |
H A D | ip6table_nat.c | 36 .hook = ip6t_do_table, 42 .hook = ip6t_do_table, 48 .hook = ip6t_do_table, 54 .hook = ip6t_do_table,
|
H A D | ip6table_mangle.c | 49 ret = ip6t_do_table(priv, skb, state); in ip6t_mangle_out() 73 return ip6t_do_table(priv, skb, state); in ip6table_mangle_hook()
|
H A D | ip6table_security.c | 73 sectbl_ops = xt_hook_ops_alloc(&security_table, ip6t_do_table); in ip6table_security_init()
|
H A D | ip6table_raw.c | 83 rawtable_ops = xt_hook_ops_alloc(table, ip6t_do_table); in ip6table_raw_init()
|
/linux/include/linux/netfilter_ipv6/ |
H A D | ip6_tables.h | 32 extern unsigned int ip6t_do_table(void *priv, struct sk_buff *skb,
|