Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 1783e4bf6f4e5c3b13c09aff24da7dcc69fb3e2f 12 lines 161 B view raw
1#ifndef __NET_VETH_H_ 2#define __NET_VETH_H_ 3 4enum { 5 VETH_INFO_UNSPEC, 6 VETH_INFO_PEER, 7 8 __VETH_INFO_MAX 9#define VETH_INFO_MAX (__VETH_INFO_MAX - 1) 10}; 11 12#endif