Home
last modified time | relevance | path

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

/openbmc/linux/net/atm/
H A Dclip.c176 pr_debug("using %p\n", CLIP_VCC(vcc)->old_push); in clip_arp_rcv()
177 CLIP_VCC(vcc)->old_push(vcc, skb); in clip_arp_rcv()
192 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); in clip_push()
247 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); in clip_pop()
321 if (!CLIP_VCC(vcc)) in clip_encap()
324 CLIP_VCC(vcc)->encap = mode; in clip_encap()
456 clip_vcc = CLIP_VCC(vcc); in clip_setentry()
H A Dproc.c159 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); in pvc_info()
/openbmc/linux/include/net/
H A Datmclip.h18 #define CLIP_VCC(vcc) ((struct clip_vcc *) ((vcc)->user_back)) macro