Deleted Added
full compact
ib_addr.h (263102) ib_addr.h (273135)
1/*
2 * Copyright (c) 2005 Voltaire Inc. All rights reserved.
3 * Copyright (c) 2005 Intel Corporation. All rights reserved.
4 *
5 * This software is available to you under a choice of one of two
6 * licenses. You may choose to be licensed under the terms of the GNU
7 * General Public License (GPL) Version 2, available from the file
8 * COPYING in the main directory of this source tree, or the

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

36
37#include <linux/in.h>
38#include <linux/in6.h>
39#include <linux/if_arp.h>
40#include <linux/netdevice.h>
41#include <linux/socket.h>
42#include <rdma/ib_verbs.h>
43#include <rdma/ib_pack.h>
1/*
2 * Copyright (c) 2005 Voltaire Inc. All rights reserved.
3 * Copyright (c) 2005 Intel Corporation. All rights reserved.
4 *
5 * This software is available to you under a choice of one of two
6 * licenses. You may choose to be licensed under the terms of the GNU
7 * General Public License (GPL) Version 2, available from the file
8 * COPYING in the main directory of this source tree, or the

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

36
37#include <linux/in.h>
38#include <linux/in6.h>
39#include <linux/if_arp.h>
40#include <linux/netdevice.h>
41#include <linux/socket.h>
42#include <rdma/ib_verbs.h>
43#include <rdma/ib_pack.h>
44#include <linux/ethtool.h>
45#include <linux/if_vlan.h>
46
47struct rdma_addr_client {
48 atomic_t refcount;
49 struct completion comp;
50};
51
52/**

--- 260 unchanged lines hidden ---
44#include <linux/if_vlan.h>
45
46struct rdma_addr_client {
47 atomic_t refcount;
48 struct completion comp;
49};
50
51/**

--- 260 unchanged lines hidden ---