Home
last modified time | relevance | path

Searched refs:proto_data (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/atm/
Dlec.c344 struct net_device *dev = (struct net_device *)vcc->proto_data; in lec_atm_send()
472 struct net_device *dev = (struct net_device *)vcc->proto_data; in lec_atm_close()
585 struct net_device *dev = (struct net_device *)vcc->proto_data; in lec_push()
707 vcc->proto_data = dev_lec[ioc_data.dev_num]; in lec_vcc_attach()
719 vcc->proto_data = dev_lec[arg]; in lec_mcast_attach()
761 vcc->proto_data = dev_lec[i]; in lecd_attach()
1254 struct net_device *dev = (struct net_device *)vcc->proto_data; in lec_arp_clear_vccs()
Dmpc.c645 vcc->proto_data = mpc->dev; in atm_mpoa_vcc_attach()
687 struct net_device *dev = (struct net_device *)vcc->proto_data; in mpc_push()
/kernel/linux/linux-5.10/include/linux/
Datmdev.h110 void *proto_data; /* per-protocol data */ member