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
200 static int chnl_net_start_xmit(struct sk_buff *skb, struct net_device *dev) in chnl_net_start_xmit()
245 static int chnl_net_open(struct net_device *dev) in chnl_net_open()
337 static int chnl_net_stop(struct net_device *dev) in chnl_net_stop()
348 static int chnl_net_init(struct net_device *dev) in chnl_net_init()
358 static void chnl_net_uninit(struct net_device *dev) in chnl_net_uninit()
374 static void chnl_net_destructor(struct net_device *dev) in chnl_net_destructor()
380 static void ipcaif_net_setup(struct net_device *dev) in ipcaif_net_setup()
406 static int ipcaif_fill_info(struct sk_buff *skb, const struct net_device *dev) in ipcaif_fill_info()
446 static int ipcaif_newlink(struct net *src_net, struct net_device *dev, in ipcaif_newlink()
470 static int ipcaif_changelink(struct net_device *dev, struct nlattr *tb[], in ipcaif_changelink()
482 static size_t ipcaif_get_size(const struct net_device *dev) in ipcaif_get_size()
521 struct chnl_net *dev = NULL; in chnl_exit_module() local