Searched refs:clip_vcc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | clip.c | 76 static void link_vcc(struct clip_vcc *clip_vcc, struct atmarp_entry *entry) in link_vcc() argument 78 pr_debug("%p to entry %p (neigh %p)\n", clip_vcc, entry, entry->neigh); in link_vcc() 79 clip_vcc->entry = entry; in link_vcc() 80 clip_vcc->xoff = 0; /* @@@ may overrun buffer by one packet */ in link_vcc() 81 clip_vcc->next = entry->vccs; in link_vcc() 82 entry->vccs = clip_vcc; in link_vcc() 86 static void unlink_clip_vcc(struct clip_vcc *clip_vcc) in unlink_clip_vcc() argument 88 struct atmarp_entry *entry = clip_vcc in unlink_clip_vcc() 192 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); clip_push() local 247 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); clip_pop() local 417 struct clip_vcc *clip_vcc; clip_mkip() local 449 struct clip_vcc *clip_vcc; clip_setentry() local 736 atmarp_info(struct seq_file *seq, struct neighbour *n, struct atmarp_entry *entry, struct clip_vcc *clip_vcc) atmarp_info() argument [all...] |
H A D | proc.c | 159 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()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | clip.c | 76 static void link_vcc(struct clip_vcc *clip_vcc, struct atmarp_entry *entry) in link_vcc() argument 78 pr_debug("%p to entry %p (neigh %p)\n", clip_vcc, entry, entry->neigh); in link_vcc() 79 clip_vcc->entry = entry; in link_vcc() 80 clip_vcc->xoff = 0; /* @@@ may overrun buffer by one packet */ in link_vcc() 81 clip_vcc->next = entry->vccs; in link_vcc() 82 entry->vccs = clip_vcc; in link_vcc() 86 static void unlink_clip_vcc(struct clip_vcc *clip_vcc) in unlink_clip_vcc() argument 88 struct atmarp_entry *entry = clip_vcc in unlink_clip_vcc() 192 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); clip_push() local 247 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); clip_pop() local 417 struct clip_vcc *clip_vcc; clip_mkip() local 449 struct clip_vcc *clip_vcc; clip_setentry() local 736 atmarp_info(struct seq_file *seq, struct neighbour *n, struct atmarp_entry *entry, struct clip_vcc *clip_vcc) atmarp_info() argument [all...] |
H A D | proc.c | 159 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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | atmclip.h | 18 #define CLIP_VCC(vcc) ((struct clip_vcc *) ((vcc)->user_back)) 22 struct clip_vcc { struct 34 struct clip_vcc *next; /* next VCC */ 39 struct clip_vcc *vccs; /* active VCCs; NULL if resolution is
|
/kernel/linux/linux-6.6/include/net/ |
H A D | atmclip.h | 18 #define CLIP_VCC(vcc) ((struct clip_vcc *) ((vcc)->user_back)) 22 struct clip_vcc { struct 34 struct clip_vcc *next; /* next VCC */ 39 struct clip_vcc *vccs; /* active VCCs; NULL if resolution is
|
Completed in 11 milliseconds