Home
last modified time | relevance | path

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

/linux/net/atm/
H A Dclip.c88 static void link_vcc(struct clip_vcc *clip_vcc, struct atmarp_entry *entry) in link_vcc() argument
90 pr_debug("%p to entry %p (neigh %p)\n", clip_vcc, entry, entry->neigh); in link_vcc()
91 clip_vcc->entry = entry; in link_vcc()
92 clip_vcc->xoff = 0; /* @@@ may overrun buffer by one packet */ in link_vcc()
93 clip_vcc->next = entry->vccs; in link_vcc()
94 entry->vccs = clip_vcc; in link_vcc()
98 static void unlink_clip_vcc(struct clip_vcc *clip_vcc) in unlink_clip_vcc() argument
100 struct atmarp_entry *entry = clip_vcc in unlink_clip_vcc()
204 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); clip_push() local
258 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); clip_pop() local
428 struct clip_vcc *clip_vcc; clip_mkip() local
462 struct clip_vcc *clip_vcc; clip_setentry() local
768 atmarp_info(struct seq_file * seq,struct neighbour * n,struct atmarp_entry * entry,struct clip_vcc * clip_vcc) atmarp_info() argument
[all...]
H A Dproc.c159 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); in pvc_info() local
162 dev = clip_vcc->entry ? clip_vcc->entry->neigh->dev : NULL; in pvc_info()
165 seq_printf(seq, "%s", clip_vcc->encap ? "LLC/SNAP" : "None"); in pvc_info()
/linux/include/net/
H A Datmclip.h18 #define CLIP_VCC(vcc) ((struct clip_vcc *) ((vcc)->user_back))
22 struct clip_vcc { struct
34 struct clip_vcc *next; /* next VCC */ argument
39 struct clip_vcc *vccs; /* active VCCs; NULL if resolution is