Searched refs:clip_vcc (Results 1 - 2 of 2) sorted by relevance

/net/atm/
H A Dclip.c75 static void link_vcc(struct clip_vcc *clip_vcc, struct atmarp_entry *entry) argument
77 pr_debug("%p to entry %p (neigh %p)\n", clip_vcc, entry, entry->neigh);
78 clip_vcc->entry = entry;
79 clip_vcc->xoff = 0; /* @@@ may overrun buffer by one packet */
80 clip_vcc->next = entry->vccs;
81 entry->vccs = clip_vcc;
85 static void unlink_clip_vcc(struct clip_vcc *clip_vcc) argument
87 struct atmarp_entry *entry = clip_vcc
191 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); local
246 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); local
414 struct clip_vcc *clip_vcc; local
446 struct clip_vcc *clip_vcc; local
733 atmarp_info(struct seq_file *seq, struct neighbour *n, struct atmarp_entry *entry, struct clip_vcc *clip_vcc) argument
[all...]
H A Dproc.c172 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); local
175 dev = clip_vcc->entry ? clip_vcc->entry->neigh->dev : NULL;
178 seq_printf(seq, "%s", clip_vcc->encap ? "LLC/SNAP" : "None");

Completed in 45 milliseconds