aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_tables_bridge.h
blob: 511fb79f6dadfe02bd7b3753d489f76fdb4085cd (plain) (blame)
1
2
3
4
5
6
7
#ifndef _NET_NF_TABLES_BRIDGE_H
#define _NET_NF_TABLES_BRIDGE_H

int nft_bridge_iphdr_validate(struct sk_buff *skb);
int nft_bridge_ip6hdr_validate(struct sk_buff *skb);

#endif /* _NET_NF_TABLES_BRIDGE_H */