if_macvlan.h 205 Bytes
#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 */