Searched refs:old_push (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/ |
H A D | atmclip.h | 30 void (*old_push)(struct atm_vcc *vcc,struct sk_buff *skb); member
|
/linux/net/atm/ |
H A D | lec.c | 101 void (*old_push)(struct atm_vcc *vcc, 1268 vcc->push = entry->old_push; in lec_arp_clear_vccs() 1862 tmp->old_push = entry->old_push; in lec_arp_update() 1908 entry->old_push = tmp->old_push; in lec_arp_update() 1935 void (*old_push) (struct atm_vcc *vcc, struct sk_buff *skb)) in lec_vcc_added() 1953 entry->old_recv_push = old_push; in lec_vcc_added() 1961 entry->old_recv_push = old_push; in lec_vcc_added() 1977 entry->old_recv_push = old_push; in lec_vcc_added() [all...] |
H A D | pppoatm.c | 58 void (*old_push)(struct atm_vcc *, struct sk_buff *); member 171 atmvcc->push = pvcc->old_push; in pppoatm_unassign_vcc() 407 pvcc->old_push = atmvcc->push; in pppoatm_assign_vcc()
|
H A D | lec_arpc.h | 22 void (*old_push) (struct atm_vcc *vcc, struct sk_buff *skb); member
|
H A D | clip.c | 188 pr_debug("using %p\n", CLIP_VCC(vcc)->old_push); in clip_arp_rcv() 189 CLIP_VCC(vcc)->old_push(vcc, skb); in clip_arp_rcv() 212 clip_vcc->old_push(vcc, NULL); /* pass on the bad news */ in clip_push() 446 clip_vcc->old_push = vcc->push; in clip_mkip()
|
H A D | br2684.c | 70 void (*old_push)(struct atm_vcc *vcc, struct sk_buff *skb); member 417 brvcc->old_push(brvcc->atmvcc, NULL); /* pass on the bad news */ in br2684_close_vcc() 593 brvcc->old_push = atmvcc->push; in br2684_regvcc()
|