https://github.com/torvalds/linux
Raw File
Tip revision: 39d3520c92cf7a28c07229ca00cc35a1e8026c77 authored by Linus Torvalds on 13 August 2007, 04:25:24 UTC
Linux 2.6.23-rc3
Tip revision: 39d3520
if_macvlan.h
#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 */
back to top