Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/atm/
A Dclip.c86 static void unlink_clip_vcc(struct clip_vcc *clip_vcc) in unlink_clip_vcc() argument
192 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); in clip_push() local
207 kfree(clip_vcc); in clip_push()
247 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); in clip_pop() local
417 struct clip_vcc *clip_vcc; in clip_mkip() local
421 clip_vcc = kmalloc(sizeof(struct clip_vcc), GFP_KERNEL); in clip_mkip()
422 if (!clip_vcc) in clip_mkip()
449 struct clip_vcc *clip_vcc; in clip_setentry() local
737 struct atmarp_entry *entry, struct clip_vcc *clip_vcc) in atmarp_info() argument
747 llc = ((clip_vcc == SEQ_NO_VCC_TOKEN) || clip_vcc->encap); in atmarp_info()
[all …]
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-6.3-rc2/include/net/
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

Completed in 6 milliseconds