Home
last modified time | relevance | path

Searched refs:atmarp_entry (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/net/
Datmclip.h19 #define NEIGH2ENTRY(neigh) ((struct atmarp_entry *) (neigh)->primary_key)
24 struct atmarp_entry *entry; /* ATMARP table entry, NULL if IP addr.
38 struct atmarp_entry { struct
/linux-2.4.37.9/net/atm/
Dclip.c80 static void link_vcc(struct clip_vcc *clip_vcc,struct atmarp_entry *entry) in link_vcc()
94 struct atmarp_entry *entry = clip_vcc->entry; in unlink_clip_vcc()
130 struct atmarp_entry *entry = NEIGH2ENTRY(n); in neigh_check_cb()
293 struct atmarp_entry *entry = NEIGH2ENTRY(neigh); in clip_constructor()
320 sizeof(struct neighbour)+sizeof(struct atmarp_entry), /* entry_size */
373 struct atmarp_entry *entry; in clip_start_xmit()
505 struct atmarp_entry *entry; in clip_setentry()
Dproc.c125 atmarp_entry *entry, struct clip_vcc *clip_vcc) { in atmarp_info()
180 static struct clip_vcc *clip_seq_next_vcc(struct atmarp_entry *e, in clip_seq_next_vcc()
199 struct atmarp_entry *e, loff_t *pos) in clip_seq_vcc_walk()