Searched refs:out_vcc (Results 1 – 1 of 1) sorted by relevance
46 struct atm_vcc *out_vcc; in atmtcp_send_control() local52 out_vcc = PRIV(vcc->dev) ? PRIV(vcc->dev)->vcc : NULL; in atmtcp_send_control()53 if (!out_vcc) return -EUNATCH; in atmtcp_send_control()57 out_vcc = PRIV(vcc->dev) ? PRIV(vcc->dev)->vcc : NULL; in atmtcp_send_control()58 if (!out_vcc) { in atmtcp_send_control()62 atm_force_charge(out_vcc,skb->truesize); in atmtcp_send_control()70 out_vcc->push(out_vcc,skb); in atmtcp_send_control()74 out_vcc = PRIV(vcc->dev) ? PRIV(vcc->dev)->vcc : NULL; in atmtcp_send_control()75 if (!out_vcc) { in atmtcp_send_control()193 struct atm_vcc *out_vcc=NULL; /* Initializer quietens GCC warning */ in atmtcp_v_send() local[all …]