Searched refs:CLIP_VCC (Results 1 – 3 of 3) sorted by relevance
188 pr_debug("using %p\n", CLIP_VCC(vcc)->old_push); in clip_arp_rcv()189 CLIP_VCC(vcc)->old_push(vcc, skb); in clip_arp_rcv()204 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); in clip_push()258 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); in clip_pop()332 if (!CLIP_VCC(vcc)) in clip_encap()335 CLIP_VCC(vcc)->encap = mode; in clip_encap()469 clip_vcc = CLIP_VCC(vcc); in clip_setentry()
159 struct clip_vcc *clip_vcc = CLIP_VCC(vcc); in pvc_info()
18 #define CLIP_VCC(vcc) ((struct clip_vcc *) ((vcc)->user_back)) macro