]> Git Repo - linux.git/blob - include/uapi/linux/veth.h
ipv6: ip6_fragment: fix headroom tests and skb leak
[linux.git] / include / uapi / linux / veth.h
1 #ifndef __NET_VETH_H_
2 #define __NET_VETH_H_
3
4 enum {
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
This page took 0.03108 seconds and 4 git commands to generate.