Lines Matching defs:dev
116 static int delete_device(struct chnl_net *dev) in delete_device()
126 struct chnl_net *dev = NULL; in close_work() local
201 struct net_device *dev) in chnl_net_start_xmit()
246 static int chnl_net_open(struct net_device *dev) in chnl_net_open()
338 static int chnl_net_stop(struct net_device *dev) in chnl_net_stop()
349 static int chnl_net_init(struct net_device *dev) in chnl_net_init()
359 static void chnl_net_uninit(struct net_device *dev) in chnl_net_uninit()
375 static void chnl_net_destructor(struct net_device *dev) in chnl_net_destructor()
381 static void ipcaif_net_setup(struct net_device *dev) in ipcaif_net_setup()
407 static int ipcaif_fill_info(struct sk_buff *skb, const struct net_device *dev) in ipcaif_fill_info()
447 static int ipcaif_newlink(struct net *src_net, struct net_device *dev, in ipcaif_newlink()
471 static int ipcaif_changelink(struct net_device *dev, struct nlattr *tb[], in ipcaif_changelink()
483 static size_t ipcaif_get_size(const struct net_device *dev) in ipcaif_get_size()
522 struct chnl_net *dev = NULL; in chnl_exit_module() local