vnet.h (b27b816fc599568df7d77d907c6aec9ad024f27e) vnet.h (33553d6e997f102da7a5f27d534b3ee57beb0a87)
1/*-
2 * Copyright (c) 2006-2008 University of Zagreb
3 * Copyright (c) 2006-2008 FreeBSD Foundation
4 *
5 * This software was developed by the University of Zagreb and the
6 * FreeBSD Foundation under sponsorship by the Stichting NLnet and the
7 * FreeBSD Foundation.
8 *

--- 19 unchanged lines hidden (view full) ---

28 * SUCH DAMAGE.
29 *
30 * $FreeBSD$
31 */
32
33#ifndef _NET_VNET_H_
34#define _NET_VNET_H_
35
1/*-
2 * Copyright (c) 2006-2008 University of Zagreb
3 * Copyright (c) 2006-2008 FreeBSD Foundation
4 *
5 * This software was developed by the University of Zagreb and the
6 * FreeBSD Foundation under sponsorship by the Stichting NLnet and the
7 * FreeBSD Foundation.
8 *

--- 19 unchanged lines hidden (view full) ---

28 * SUCH DAMAGE.
29 *
30 * $FreeBSD$
31 */
32
33#ifndef _NET_VNET_H_
34#define _NET_VNET_H_
35
36#include "opt_route.h"
37
38#include <net/if_var.h>
36#include <net/if_var.h>
39#include <net/route.h>
40
41struct vnet_net {
42 int _if_index;
43 struct ifindex_entry *_ifindex_table;
44 struct ifnethead _ifnet;
45 struct ifgrouphead _ifg_head;
46
47 int _if_indexlim;

--- 43 unchanged lines hidden ---
37
38struct vnet_net {
39 int _if_index;
40 struct ifindex_entry *_ifindex_table;
41 struct ifnethead _ifnet;
42 struct ifgrouphead _ifg_head;
43
44 int _if_indexlim;

--- 43 unchanged lines hidden ---