aboutsummaryrefslogtreecommitdiff
path: root/include/linux/if_macvlan.h
blob: 0d9d7ea2c1cc55fc7a829d63c5bd0adaf6af1d27 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _LINUX_IF_MACVLAN_H
#define _LINUX_IF_MACVLAN_H

#ifdef __KERNEL__

extern struct sk_buff *(*macvlan_handle_frame_hook)(struct sk_buff *);

#endif /* __KERNEL__ */
#endif /* _LINUX_IF_MACVLAN_H */