Lines Matching refs:old_push
101 void (*old_push)(struct atm_vcc *vcc,
1261 vcc->push = entry->old_push; in lec_arp_clear_vccs()
1854 tmp->old_push = entry->old_push; in lec_arp_update()
1900 entry->old_push = tmp->old_push; in lec_arp_update()
1927 void (*old_push) (struct atm_vcc *vcc, struct sk_buff *skb)) in lec_vcc_added()
1945 entry->old_recv_push = old_push; in lec_vcc_added()
1953 entry->old_recv_push = old_push; in lec_vcc_added()
1969 entry->old_recv_push = old_push; in lec_vcc_added()
1994 entry->old_push = old_push; in lec_vcc_added()
2041 entry->old_push = old_push; in lec_vcc_added()
2139 to_add->old_push = vcc->push; in lec_mcast_make()