Searched refs:old_push (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/net/atm/ |
D | pppoatm.c | 61 void (*old_push)(struct atm_vcc *, struct sk_buff *); member 125 atmvcc->push = pvcc->old_push; in pppoatm_unassign_vcc() 288 pvcc->old_push = atmvcc->push; in pppoatm_assign_vcc()
|
D | lec_arpc.h | 21 void (*old_push) (struct atm_vcc *vcc, struct sk_buff *skb); member
|
D | lec.c | 102 void (*old_push)(struct atm_vcc *vcc, 1390 vcc->push = entry->old_push; in lec_arp_clear_vccs() 1996 tmp->old_push = entry->old_push; in lec_arp_update() 2041 entry->old_push = tmp->old_push; in lec_arp_update() 2068 void (*old_push) (struct atm_vcc *vcc, struct sk_buff *skb)) in lec_vcc_added() 2087 entry->old_recv_push = old_push; in lec_vcc_added() 2095 entry->old_recv_push = old_push; in lec_vcc_added() 2120 entry->old_recv_push = old_push; in lec_vcc_added() 2154 entry->old_push = old_push; in lec_vcc_added() 2201 entry->old_push = old_push; in lec_vcc_added() [all …]
|
D | clip.c | 175 pr_debug("using %p\n", CLIP_VCC(vcc)->old_push); in clip_arp_rcv() 176 CLIP_VCC(vcc)->old_push(vcc, skb); in clip_arp_rcv() 205 clip_vcc->old_push(vcc, NULL); /* pass on the bad news */ in clip_push() 430 clip_vcc->old_push = vcc->push; in clip_mkip()
|
D | br2684.c | 69 void (*old_push)(struct atm_vcc *vcc, struct sk_buff *skb); member 380 brvcc->old_push(brvcc->atmvcc, NULL); /* pass on the bad news */ in br2684_close_vcc() 547 brvcc->old_push = atmvcc->push; in br2684_regvcc()
|
/linux-3.4.99/include/net/ |
D | atmclip.h | 29 void (*old_push)(struct atm_vcc *vcc,struct sk_buff *skb); member
|