Lines Matching refs:net_device
27 static int x25_ioctl(struct net_device *dev, struct ifreq *ifr);
31 static void x25_connect_disconnect(struct net_device *dev, int reason, int code) in x25_connect_disconnect()
50 static void x25_connected(struct net_device *dev, int reason) in x25_connected()
57 static void x25_disconnected(struct net_device *dev, int reason) in x25_disconnected()
64 static int x25_data_indication(struct net_device *dev, struct sk_buff *skb) in x25_data_indication()
82 static void x25_data_transmit(struct net_device *dev, struct sk_buff *skb) in x25_data_transmit()
90 static netdev_tx_t x25_xmit(struct sk_buff *skb, struct net_device *dev) in x25_xmit()
135 static int x25_open(struct net_device *dev) in x25_open()
155 static void x25_close(struct net_device *dev) in x25_close()
164 struct net_device *dev = skb->dev; in x25_rx()
190 static int x25_ioctl(struct net_device *dev, struct ifreq *ifr) in x25_ioctl()