Searched refs:out_vcc (Results 1 – 1 of 1) sorted by relevance
47 struct atm_vcc *out_vcc; in atmtcp_send_control() local53 out_vcc = PRIV(vcc->dev) ? PRIV(vcc->dev)->vcc : NULL; in atmtcp_send_control()54 if (!out_vcc) return -EUNATCH; in atmtcp_send_control()58 out_vcc = PRIV(vcc->dev) ? PRIV(vcc->dev)->vcc : NULL; in atmtcp_send_control()59 if (!out_vcc) { in atmtcp_send_control()63 atm_force_charge(out_vcc,skb->truesize); in atmtcp_send_control()71 out_vcc->push(out_vcc,skb); in atmtcp_send_control()75 out_vcc = PRIV(vcc->dev) ? PRIV(vcc->dev)->vcc : NULL; in atmtcp_send_control()76 if (!out_vcc) { in atmtcp_send_control()194 struct atm_vcc *out_vcc=NULL; /* Initializer quietens GCC warning */ in atmtcp_v_send() local[all …]