Searched refs:ebt_do_table (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/net/bridge/netfilter/ | 
| D | ebtable_filter.c | 55 		.hook		= ebt_do_table,61 		.hook		= ebt_do_table,
 67 		.hook		= ebt_do_table,
 
 | 
| D | ebtable_nat.c | 55 		.hook		= ebt_do_table,61 		.hook		= ebt_do_table,
 67 		.hook		= ebt_do_table,
 
 | 
| D | ebtable_broute.c | 61 	ret = ebt_do_table(priv, skb, &state);  in ebt_broute()
 | 
| D | ebtables.c | 192 unsigned int ebt_do_table(void *priv, struct sk_buff *skb,  in ebt_do_table()  function2594 EXPORT_SYMBOL(ebt_do_table);
 
 | 
| /Linux-v6.6/include/linux/netfilter_bridge/ | 
| D | ebtables.h | 111 extern unsigned int ebt_do_table(void *priv, struct sk_buff *skb,
 |