Searched refs:old_push (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/net/ |
D | atmclip.h | 30 void (*old_push)(struct atm_vcc *vcc,struct sk_buff *skb); member
|
/Linux-v4.19/net/atm/ |
D | lec_arpc.h | 22 void (*old_push) (struct atm_vcc *vcc, struct sk_buff *skb); member
|
D | pppoatm.c | 61 void (*old_push)(struct atm_vcc *, struct sk_buff *); member 172 atmvcc->push = pvcc->old_push; in pppoatm_unassign_vcc() 414 pvcc->old_push = atmvcc->push; in pppoatm_assign_vcc()
|
D | lec.c | 100 void (*old_push)(struct atm_vcc *vcc, 1264 vcc->push = entry->old_push; in lec_arp_clear_vccs() 1866 tmp->old_push = entry->old_push; in lec_arp_update() 1912 entry->old_push = tmp->old_push; in lec_arp_update() 1939 void (*old_push) (struct atm_vcc *vcc, struct sk_buff *skb)) in lec_vcc_added() 1957 entry->old_recv_push = old_push; in lec_vcc_added() 1965 entry->old_recv_push = old_push; in lec_vcc_added() 1990 entry->old_recv_push = old_push; in lec_vcc_added() 2024 entry->old_push = old_push; in lec_vcc_added() 2071 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() 432 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 416 brvcc->old_push(brvcc->atmvcc, NULL); /* pass on the bad news */ in br2684_close_vcc() 590 brvcc->old_push = atmvcc->push; in br2684_regvcc()
|