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