repo.or.cz
/
linux-2.6
/
kmemtrace.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kbuild: allow -fstack-protector to take effect
[linux-2.6/kmemtrace.git]
/
include
/
linux
/
if_macvlan.h
blob
0d9d7ea2c1cc55fc7a829d63c5bd0adaf6af1d27
1
#ifndef _LINUX_IF_MACVLAN_H
2
#define _LINUX_IF_MACVLAN_H
3
4
#ifdef __KERNEL__
5
6
extern
struct
sk_buff
*(*
macvlan_handle_frame_hook
)(
struct
sk_buff
*);
7
8
#endif
/* __KERNEL__ */
9
#endif
/* _LINUX_IF_MACVLAN_H */