Lines Matching refs:old_push
97 void (*old_push)(struct atm_vcc *vcc,
1279 vcc->push = entry->old_push; in lec_arp_clear_vccs()
1882 tmp->old_push = entry->old_push; in lec_arp_update()
1928 entry->old_push = tmp->old_push; in lec_arp_update()
1955 void (*old_push) (struct atm_vcc *vcc, struct sk_buff *skb)) in lec_vcc_added()
1973 entry->old_recv_push = old_push; in lec_vcc_added()
1981 entry->old_recv_push = old_push; in lec_vcc_added()
2006 entry->old_recv_push = old_push; in lec_vcc_added()
2040 entry->old_push = old_push; in lec_vcc_added()
2087 entry->old_push = old_push; in lec_vcc_added()
2185 to_add->old_push = vcc->push; in lec_mcast_make()