Lines Matching refs:old_push
101 void (*old_push)(struct atm_vcc *vcc,
1267 vcc->push = entry->old_push; in lec_arp_clear_vccs()
1869 tmp->old_push = entry->old_push; in lec_arp_update()
1915 entry->old_push = tmp->old_push; in lec_arp_update()
1942 void (*old_push) (struct atm_vcc *vcc, struct sk_buff *skb)) in lec_vcc_added()
1960 entry->old_recv_push = old_push; in lec_vcc_added()
1968 entry->old_recv_push = old_push; in lec_vcc_added()
1993 entry->old_recv_push = old_push; in lec_vcc_added()
2027 entry->old_push = old_push; in lec_vcc_added()
2074 entry->old_push = old_push; in lec_vcc_added()
2172 to_add->old_push = vcc->push; in lec_mcast_make()