logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

veth.h (224B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef __NET_VETH_H_
  3. #define __NET_VETH_H_
  4. enum {
  5. VETH_INFO_UNSPEC,
  6. VETH_INFO_PEER,
  7. __VETH_INFO_MAX
  8. #define VETH_INFO_MAX (__VETH_INFO_MAX - 1)
  9. };
  10. #endif