mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
atm: clip: Convert over to neighbour_priv()
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
76cc714ed5
commit
869759b9e4
2 changed files with 15 additions and 15 deletions
|
@ -15,7 +15,6 @@
|
|||
|
||||
|
||||
#define CLIP_VCC(vcc) ((struct clip_vcc *) ((vcc)->user_back))
|
||||
#define NEIGH2ENTRY(neigh) ((struct atmarp_entry *) (neigh)->primary_key)
|
||||
|
||||
struct sk_buff;
|
||||
|
||||
|
@ -36,7 +35,6 @@ struct clip_vcc {
|
|||
|
||||
|
||||
struct atmarp_entry {
|
||||
__be32 ip; /* IP address */
|
||||
struct clip_vcc *vccs; /* active VCCs; NULL if resolution is
|
||||
pending */
|
||||
unsigned long expires; /* entry expiration time */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue