Searched refs:old_push (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/net/atm/ |
D | lec_arpc.h | 20 void (*old_push)(struct atm_vcc *vcc,struct sk_buff *skb); member 104 void (*old_push)(struct atm_vcc *vcc, struct sk_buff *skb));
|
D | pppoatm.c | 64 void (*old_push)(struct atm_vcc *, struct sk_buff *); member 128 atmvcc->push = pvcc->old_push; in pppoatm_unassign_vcc() 297 pvcc->old_push = atmvcc->push; in pppoatm_assign_vcc()
|
D | lec.c | 1083 entry->vcc->push = entry->old_push; in lec_arp_clear_vccs() 1774 tmp->old_push = entry->old_push; in lec_arp_update() 1820 entry->old_push=tmp->old_push; in lec_arp_update() 1847 void (*old_push)(struct atm_vcc *vcc, struct sk_buff *skb)) in lec_vcc_added() 1866 entry->old_recv_push = old_push; in lec_vcc_added() 1876 entry->old_recv_push = old_push; in lec_vcc_added() 1903 entry->old_recv_push = old_push; in lec_vcc_added() 1936 entry->old_push = old_push; in lec_vcc_added() 1982 entry->old_push = old_push; in lec_vcc_added() 2051 to_add->old_push = vcc->push; in lec_mcast_make()
|
D | clip.c | 181 DPRINTK("using %p\n",CLIP_VCC(vcc)->old_push); in clip_arp_rcv() 182 CLIP_VCC(vcc)->old_push(vcc,skb); in clip_arp_rcv() 195 clip_vcc->old_push(vcc,NULL); /* pass on the bad news */ in clip_push() 477 clip_vcc->old_push = vcc->push; in clip_mkip()
|
D | br2684.c | 71 void (*old_push)(struct atm_vcc *vcc,struct sk_buff *skb); member 401 brvcc->old_push(brvcc->atmvcc, NULL); /* pass on the bad news */ in br2684_close_vcc() 556 brvcc->old_push = atmvcc->push; in br2684_regvcc()
|
/linux-2.4.37.9/include/net/ |
D | atmclip.h | 30 void (*old_push)(struct atm_vcc *vcc,struct sk_buff *skb); member
|