https://github.com/torvalds/linux
Raw File
Tip revision: 17d857be649a21ca90008c6dc425d849fa83db5c authored by Linus Torvalds on 27 September 2009, 21:57:48 UTC
Linux 2.6.32-rc1
Tip revision: 17d857b
if_macvlan.h
#ifndef _LINUX_IF_MACVLAN_H
#define _LINUX_IF_MACVLAN_H

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

#endif /* _LINUX_IF_MACVLAN_H */
back to top