Home
last modified time | relevance | path

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

/Linux-v6.6/net/atm/
Dclip.c76 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->entry; in unlink_clip_vcc()
89 struct clip_vcc **walk; in unlink_clip_vcc()
92 pr_err("!clip_vcc->entry (clip_vcc %p)\n", clip_vcc); in unlink_clip_vcc()
[all …]
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-v6.6/include/net/
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