Lines Matching full:atm_vcc
48 static struct atm_vcc __rcu *atmarpd;
57 struct atm_vcc *vcc; in to_atmarpd()
179 struct atm_vcc *vcc; in clip_arp_rcv()
202 static void clip_push(struct atm_vcc *vcc, struct sk_buff *skb) in clip_push()
256 static void clip_pop(struct atm_vcc *vcc, struct sk_buff *skb) in clip_pop()
330 static int clip_encap(struct atm_vcc *vcc, int mode) in clip_encap()
346 struct atm_vcc *vcc; in clip_start_xmit()
426 static int clip_mkip(struct atm_vcc *vcc, int timeout) in clip_mkip()
457 static int clip_setentry(struct atm_vcc *vcc, __be32 ip) in clip_setentry()
620 static void atmarpd_close(struct atm_vcc *vcc) in atmarpd_close()
635 static int atmarpd_send(struct atm_vcc *vcc, struct sk_buff *skb) in atmarpd_send()
656 static int atm_init_atmarp(struct atm_vcc *vcc) in atm_init_atmarp()
684 struct atm_vcc *vcc = ATM_SD(sock); in clip_ioctl()