Lines Matching refs:old_push
100 void (*old_push)(struct atm_vcc *vcc,
1264 vcc->push = entry->old_push; in lec_arp_clear_vccs()
1866 tmp->old_push = entry->old_push; in lec_arp_update()
1912 entry->old_push = tmp->old_push; in lec_arp_update()
1939 void (*old_push) (struct atm_vcc *vcc, struct sk_buff *skb)) in lec_vcc_added()
1957 entry->old_recv_push = old_push; in lec_vcc_added()
1965 entry->old_recv_push = old_push; in lec_vcc_added()
1990 entry->old_recv_push = old_push; in lec_vcc_added()
2024 entry->old_push = old_push; in lec_vcc_added()
2071 entry->old_push = old_push; in lec_vcc_added()
2169 to_add->old_push = vcc->push; in lec_mcast_make()