net_device 20 fs/afs/netdevices.c struct net_device *dev;
net_device 44 fs/afs/netdevices.c struct net_device *dev;
net_device 746 fs/nfs/super.c struct net_device *dev;
net_device 195 include/linux/arcdevice.h void (*rx) (struct net_device * dev, int bufnum,
net_device 197 include/linux/arcdevice.h int (*build_header) (struct sk_buff * skb, struct net_device *dev,
net_device 201 include/linux/arcdevice.h int (*prepare_tx) (struct net_device * dev, struct archdr * pkt, int length,
net_device 203 include/linux/arcdevice.h int (*continue_tx) (struct net_device * dev, int bufnum);
net_device 204 include/linux/arcdevice.h int (*ack_tx) (struct net_device * dev, int acked);
net_device 306 include/linux/arcdevice.h void (*command) (struct net_device * dev, int cmd);
net_device 307 include/linux/arcdevice.h int (*status) (struct net_device * dev);
net_device 308 include/linux/arcdevice.h void (*intmask) (struct net_device * dev, int mask);
net_device 309 include/linux/arcdevice.h bool (*reset) (struct net_device * dev, bool really_reset);
net_device 310 include/linux/arcdevice.h void (*open) (struct net_device * dev);
net_device 311 include/linux/arcdevice.h void (*close) (struct net_device * dev);
net_device 313 include/linux/arcdevice.h void (*copy_to_card) (struct net_device * dev, int bufnum, int offset,
net_device 315 include/linux/arcdevice.h void (*copy_from_card) (struct net_device * dev, int bufnum, int offset,
net_device 338 include/linux/arcdevice.h struct net_device *alloc_arcdev(char *name);
net_device 47 include/linux/atalk.h struct net_device *dev;
net_device 63 include/linux/atalk.h struct net_device *dev;
net_device 159 include/linux/atalk.h extern struct net_device *atrtr_get_dev(struct atalk_addr *sa);
net_device 31 include/linux/concap.h struct net_device *net_dev; /* net device using our service */
net_device 79 include/linux/concap.h struct net_device *ndev,
net_device 46 include/linux/etherdevice.h extern struct net_device *alloc_etherdev_mq(int sizeof_priv, unsigned int queue_count);
net_device 298 include/linux/ethtool.h struct net_device;
net_device 375 include/linux/ethtool.h int (*get_settings)(struct net_device *, struct ethtool_cmd *);
net_device 376 include/linux/ethtool.h int (*set_settings)(struct net_device *, struct ethtool_cmd *);
net_device 377 include/linux/ethtool.h void (*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);
net_device 378 include/linux/ethtool.h int (*get_regs_len)(struct net_device *);
net_device 379 include/linux/ethtool.h void (*get_regs)(struct net_device *, struct ethtool_regs *, void *);
net_device 380 include/linux/ethtool.h void (*get_wol)(struct net_device *, struct ethtool_wolinfo *);
net_device 381 include/linux/ethtool.h int (*set_wol)(struct net_device *, struct ethtool_wolinfo *);
net_device 382 include/linux/ethtool.h u32 (*get_msglevel)(struct net_device *);
net_device 383 include/linux/ethtool.h void (*set_msglevel)(struct net_device *, u32);
net_device 384 include/linux/ethtool.h int (*nway_reset)(struct net_device *);
net_device 385 include/linux/ethtool.h u32 (*get_link)(struct net_device *);
net_device 386 include/linux/ethtool.h int (*get_eeprom_len)(struct net_device *);
net_device 387 include/linux/ethtool.h int (*get_eeprom)(struct net_device *, struct ethtool_eeprom *, u8 *);
net_device 388 include/linux/ethtool.h int (*set_eeprom)(struct net_device *, struct ethtool_eeprom *, u8 *);
net_device 389 include/linux/ethtool.h int (*get_coalesce)(struct net_device *, struct ethtool_coalesce *);
net_device 390 include/linux/ethtool.h int (*set_coalesce)(struct net_device *, struct ethtool_coalesce *);
net_device 391 include/linux/ethtool.h void (*get_ringparam)(struct net_device *, struct ethtool_ringparam *);
net_device 392 include/linux/ethtool.h int (*set_ringparam)(struct net_device *, struct ethtool_ringparam *);
net_device 393 include/linux/ethtool.h void (*get_pauseparam)(struct net_device *, struct ethtool_pauseparam*);
net_device 394 include/linux/ethtool.h int (*set_pauseparam)(struct net_device *, struct ethtool_pauseparam*);
net_device 395 include/linux/ethtool.h u32 (*get_rx_csum)(struct net_device *);
net_device 396 include/linux/ethtool.h int (*set_rx_csum)(struct net_device *, u32);
net_device 397 include/linux/ethtool.h u32 (*get_tx_csum)(struct net_device *);
net_device 398 include/linux/ethtool.h int (*set_tx_csum)(struct net_device *, u32);
net_device 399 include/linux/ethtool.h u32 (*get_sg)(struct net_device *);
net_device 400 include/linux/ethtool.h int (*set_sg)(struct net_device *, u32);
net_device 401 include/linux/ethtool.h u32 (*get_tso)(struct net_device *);
net_device 402 include/linux/ethtool.h int (*set_tso)(struct net_device *, u32);
net_device 403 include/linux/ethtool.h void (*self_test)(struct net_device *, struct ethtool_test *, u64 *);
net_device 404 include/linux/ethtool.h void (*get_strings)(struct net_device *, u32 stringset, u8 *);
net_device 405 include/linux/ethtool.h int (*phys_id)(struct net_device *, u32);
net_device 406 include/linux/ethtool.h void (*get_ethtool_stats)(struct net_device *, struct ethtool_stats *, u64 *);
net_device 407 include/linux/ethtool.h int (*begin)(struct net_device *);
net_device 408 include/linux/ethtool.h void (*complete)(struct net_device *);
net_device 409 include/linux/ethtool.h u32 (*get_ufo)(struct net_device *);
net_device 410 include/linux/ethtool.h int (*set_ufo)(struct net_device *, u32);
net_device 411 include/linux/ethtool.h u32 (*get_flags)(struct net_device *);
net_device 412 include/linux/ethtool.h int (*set_flags)(struct net_device *, u32);
net_device 413 include/linux/ethtool.h u32 (*get_priv_flags)(struct net_device *);
net_device 414 include/linux/ethtool.h int (*set_priv_flags)(struct net_device *, u32);
net_device 415 include/linux/ethtool.h int (*get_sset_count)(struct net_device *, int);
net_device 418 include/linux/ethtool.h int (*self_test_count)(struct net_device *);/* use get_sset_count */
net_device 419 include/linux/ethtool.h int (*get_stats_count)(struct net_device *);/* use get_sset_count */
net_device 420 include/linux/ethtool.h int (*get_rxhash)(struct net_device *, struct ethtool_rxnfc *);
net_device 421 include/linux/ethtool.h int (*set_rxhash)(struct net_device *, struct ethtool_rxnfc *);
net_device 30 include/linux/fcdevice.h extern struct net_device *alloc_fcdev(int sizeof_priv);
net_device 30 include/linux/fddidevice.h extern struct net_device *alloc_fddidev(int sizeof_priv);
net_device 33 include/linux/hdlc.h int (*open)(struct net_device *dev);
net_device 34 include/linux/hdlc.h void (*close)(struct net_device *dev);
net_device 35 include/linux/hdlc.h void (*start)(struct net_device *dev); /* if open & DCD */
net_device 36 include/linux/hdlc.h void (*stop)(struct net_device *dev); /* if open & !DCD */
net_device 37 include/linux/hdlc.h void (*detach)(struct net_device *dev);
net_device 38 include/linux/hdlc.h int (*ioctl)(struct net_device *dev, struct ifreq *ifr);
net_device 39 include/linux/hdlc.h __be16 (*type_trans)(struct sk_buff *skb, struct net_device *dev);
net_device 49 include/linux/hdlc.h int (*attach)(struct net_device *dev,
net_device 53 include/linux/hdlc.h int (*xmit)(struct sk_buff *skb, struct net_device *dev);
net_device 79 include/linux/hdlc.h struct net_device *alloc_hdlcdev(void *priv);
net_device 175 include/linux/hdlcdrv.h int (*open)(struct net_device *);
net_device 176 include/linux/hdlcdrv.h int (*close)(struct net_device *);
net_device 177 include/linux/hdlcdrv.h int (*ioctl)(struct net_device *, struct ifreq *,
net_device 362 include/linux/hdlcdrv.h struct net_device *hdlcdrv_register(const struct hdlcdrv_ops *ops,
net_device 36 include/linux/hippidevice.h extern struct net_device *alloc_hippi_dev(int sizeof_priv);
net_device 43 include/linux/if_eql.h struct net_device *dev;
net_device 54 include/linux/if_eql.h struct net_device *master_dev;
net_device 157 include/linux/if_frad.h struct net_device *master;
net_device 158 include/linux/if_frad.h struct net_device *slave;
net_device 164 include/linux/if_frad.h void (*receive)(struct sk_buff *skb, struct net_device *);
net_device 172 include/linux/if_frad.h struct net_device *master[CONFIG_DLCI_MAX];
net_device 180 include/linux/if_frad.h int (*activate)(struct net_device *, struct net_device *);
net_device 181 include/linux/if_frad.h int (*deactivate)(struct net_device *, struct net_device *);
net_device 182 include/linux/if_frad.h int (*assoc)(struct net_device *, struct net_device *);
net_device 183 include/linux/if_frad.h int (*deassoc)(struct net_device *, struct net_device *);
net_device 184 include/linux/if_frad.h int (*dlci_conf)(struct net_device *, struct net_device *, int get);
net_device 9 include/linux/if_ltalk.h extern struct net_device *alloc_ltalkdev(int sizeof_priv);
net_device 137 include/linux/if_pppox.h struct net_device *dev; /* device associated with socket*/
net_device 80 include/linux/if_vlan.h struct net_device *real_dev; /* The ethernet(like) device
net_device 85 include/linux/if_vlan.h struct net_device **vlan_devices_arrays[VLAN_GROUP_ARRAY_SPLIT_PARTS];
net_device 89 include/linux/if_vlan.h static inline struct net_device *vlan_group_get_device(struct vlan_group *vg,
net_device 92 include/linux/if_vlan.h struct net_device **array;
net_device 101 include/linux/if_vlan.h struct net_device **array;
net_device 112 include/linux/if_vlan.h extern struct net_device *vlan_dev_real_dev(const struct net_device *dev);
net_device 118 include/linux/if_vlan.h static inline struct net_device *vlan_dev_real_dev(const struct net_device *dev)
net_device 77 include/linux/inet_lro.h struct net_device *dev;
net_device 22 include/linux/inetdevice.h struct net_device *dev;
net_device 130 include/linux/inetdevice.h extern struct net_device *ip_dev_find(struct net *net, __be32 addr);
net_device 336 include/linux/isdn.h struct net_device *master; /* Ptr to Master device for slaves */
net_device 337 include/linux/isdn.h struct net_device *slave; /* Ptr to Slave device for masters */
net_device 379 include/linux/isdn.h struct net_device *dev; /* interface to upper levels */
net_device 27 include/linux/lapb.h void (*connect_confirmation)(struct net_device *dev, int reason);
net_device 28 include/linux/lapb.h void (*connect_indication)(struct net_device *dev, int reason);
net_device 29 include/linux/lapb.h void (*disconnect_confirmation)(struct net_device *dev, int reason);
net_device 30 include/linux/lapb.h void (*disconnect_indication)(struct net_device *dev, int reason);
net_device 31 include/linux/lapb.h int (*data_indication)(struct net_device *dev, struct sk_buff *skb);
net_device 32 include/linux/lapb.h void (*data_transmit)(struct net_device *dev, struct sk_buff *skb);
net_device 162 include/linux/mii.h struct net_device *dev;
net_device 163 include/linux/mii.h int (*mdio_read) (struct net_device *dev, int phy_id, int location);
net_device 164 include/linux/mii.h void (*mdio_write) (struct net_device *dev, int phy_id, int location, int val);
net_device 181 include/linux/mroute.h struct net_device *dev; /* Device we are using */
net_device 176 include/linux/mroute6.h struct net_device *dev; /* Device we are using */
net_device 256 include/linux/netdevice.h int (*create) (struct sk_buff *skb, struct net_device *dev,
net_device 264 include/linux/netdevice.h const struct net_device *dev,
net_device 313 include/linux/netdevice.h struct net_device *dev;
net_device 446 include/linux/netdevice.h struct net_device *dev;
net_device 503 include/linux/netdevice.h int (*init)(struct net_device *dev);
net_device 549 include/linux/netdevice.h struct net_device_stats* (*get_stats)(struct net_device *dev);
net_device 590 include/linux/netdevice.h struct net_device *master; /* Pointer to master device of a group,
net_device 650 include/linux/netdevice.h struct net_device *dev);
net_device 668 include/linux/netdevice.h struct net_device *link_watch_next;
net_device 679 include/linux/netdevice.h void (*uninit)(struct net_device *dev);
net_device 681 include/linux/netdevice.h void (*destructor)(struct net_device *dev);
net_device 684 include/linux/netdevice.h int (*open)(struct net_device *dev);
net_device 685 include/linux/netdevice.h int (*stop)(struct net_device *dev);
net_device 688 include/linux/netdevice.h void (*change_rx_flags)(struct net_device *dev,
net_device 691 include/linux/netdevice.h void (*set_rx_mode)(struct net_device *dev);
net_device 693 include/linux/netdevice.h void (*set_multicast_list)(struct net_device *dev);
net_device 695 include/linux/netdevice.h int (*set_mac_address)(struct net_device *dev,
net_device 698 include/linux/netdevice.h int (*validate_addr)(struct net_device *dev);
net_device 700 include/linux/netdevice.h int (*do_ioctl)(struct net_device *dev,
net_device 703 include/linux/netdevice.h int (*set_config)(struct net_device *dev,
net_device 706 include/linux/netdevice.h int (*change_mtu)(struct net_device *dev, int new_mtu);
net_device 709 include/linux/netdevice.h void (*tx_timeout) (struct net_device *dev);
net_device 711 include/linux/netdevice.h void (*vlan_rx_register)(struct net_device *dev,
net_device 713 include/linux/netdevice.h void (*vlan_rx_add_vid)(struct net_device *dev,
net_device 715 include/linux/netdevice.h void (*vlan_rx_kill_vid)(struct net_device *dev,
net_device 718 include/linux/netdevice.h int (*neigh_setup)(struct net_device *dev, struct neigh_parms *);
net_device 723 include/linux/netdevice.h void (*poll_controller)(struct net_device *dev);
net_device 726 include/linux/netdevice.h u16 (*select_queue)(struct net_device *dev,
net_device 759 include/linux/netdevice.h #define to_net_dev(d) container_of(d, struct net_device, dev)
net_device 833 include/linux/netdevice.h return (char *)dev + ((sizeof(struct net_device)
net_device 885 include/linux/netdevice.h struct net_device *dev; /* NULL is wildcarded here */
net_device 887 include/linux/netdevice.h struct net_device *,
net_device 889 include/linux/netdevice.h struct net_device *);
net_device 909 include/linux/netdevice.h #define net_device_entry(lh) list_entry(lh, struct net_device, dev_list)
net_device 911 include/linux/netdevice.h static inline struct net_device *next_net_device(struct net_device *dev)
net_device 921 include/linux/netdevice.h static inline struct net_device *first_net_device(struct net *net)
net_device 929 include/linux/netdevice.h extern struct net_device *dev_getbyhwaddr(struct net *net, unsigned short type, char *hwaddr);
net_device 930 include/linux/netdevice.h extern struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type);
net_device 931 include/linux/netdevice.h extern struct net_device *__dev_getfirstbyhwtype(struct net *net, unsigned short type);
net_device 936 include/linux/netdevice.h extern struct net_device *dev_get_by_flags(struct net *net, unsigned short flags,
net_device 938 include/linux/netdevice.h extern struct net_device *dev_get_by_name(struct net *net, const char *name);
net_device 939 include/linux/netdevice.h extern struct net_device *__dev_get_by_name(struct net *net, const char *name);
net_device 952 include/linux/netdevice.h extern struct net_device *dev_get_by_index(struct net *net, int ifindex);
net_device 953 include/linux/netdevice.h extern struct net_device *__dev_get_by_index(struct net *net, int ifindex);
net_device 973 include/linux/netdevice.h const struct net_device *dev = skb->dev;
net_device 1642 include/linux/netdevice.h extern struct net_device *alloc_netdev_mq(int sizeof_priv, const char *name,
net_device 1733 include/linux/netdevice.h struct net_device *dev = skb->dev;
net_device 1734 include/linux/netdevice.h struct net_device *master = dev->master;
net_device 190 include/linux/netfilter/x_tables.h const struct net_device *in, *out;
net_device 236 include/linux/netfilter/x_tables.h const struct net_device *in, *out;
net_device 213 include/linux/netfilter_bridge/ebtables.h bool (*match)(const struct sk_buff *skb, const struct net_device *in,
net_device 214 include/linux/netfilter_bridge/ebtables.h const struct net_device *out, const struct xt_match *match,
net_device 232 include/linux/netfilter_bridge/ebtables.h const struct net_device *in, const struct net_device *out,
net_device 251 include/linux/netfilter_bridge/ebtables.h const struct net_device *in, const struct net_device *out,
net_device 16 include/linux/netpoll.h struct net_device *dev;
net_device 75 include/linux/netpoll.h struct net_device *dev = napi->dev;
net_device 324 include/linux/phy.h struct net_device *attached_dev;
net_device 326 include/linux/phy.h void (*adjust_link)(struct net_device *dev);
net_device 328 include/linux/phy.h void (*adjust_state)(struct net_device *dev);
net_device 217 include/linux/scc.h struct net_device *dev; /* link to device control structure */
net_device 96 include/linux/skbuff.h struct net_device;
net_device 109 include/linux/skbuff.h struct net_device *physindev;
net_device 110 include/linux/skbuff.h struct net_device *physoutdev;
net_device 266 include/linux/skbuff.h struct net_device *dev;
net_device 33 include/linux/trdevice.h extern struct net_device *alloc_trdev(int sizeof_priv);
net_device 44 include/linux/usb/usbnet.h struct net_device *net;
net_device 506 include/linux/wanrouter.h int (*new_if)(struct wan_device *wandev, struct net_device *dev,
net_device 508 include/linux/wanrouter.h int (*del_if)(struct wan_device *wandev, struct net_device *dev);
net_device 511 include/linux/wanrouter.h struct net_device* dev; /* list of network interfaces */
net_device 54 include/net/atmclip.h struct net_device *next; /* next CLIP interface */
net_device 187 include/net/ax25.h struct net_device *dev;
net_device 215 include/net/ax25.h struct net_device *dev;
net_device 216 include/net/ax25.h struct net_device *forward;
net_device 312 include/net/ax25.h extern struct net_device *ax25_fwd_dev(struct net_device *);
net_device 149 include/net/cfg80211.h struct net_device *vlan;
net_device 413 include/net/cfg80211.h int (*add_key)(struct wiphy *wiphy, struct net_device *netdev,
net_device 416 include/net/cfg80211.h int (*get_key)(struct wiphy *wiphy, struct net_device *netdev,
net_device 419 include/net/cfg80211.h int (*del_key)(struct wiphy *wiphy, struct net_device *netdev,
net_device 422 include/net/cfg80211.h struct net_device *netdev,
net_device 425 include/net/cfg80211.h int (*add_beacon)(struct wiphy *wiphy, struct net_device *dev,
net_device 427 include/net/cfg80211.h int (*set_beacon)(struct wiphy *wiphy, struct net_device *dev,
net_device 429 include/net/cfg80211.h int (*del_beacon)(struct wiphy *wiphy, struct net_device *dev);
net_device 432 include/net/cfg80211.h int (*add_station)(struct wiphy *wiphy, struct net_device *dev,
net_device 434 include/net/cfg80211.h int (*del_station)(struct wiphy *wiphy, struct net_device *dev,
net_device 436 include/net/cfg80211.h int (*change_station)(struct wiphy *wiphy, struct net_device *dev,
net_device 438 include/net/cfg80211.h int (*get_station)(struct wiphy *wiphy, struct net_device *dev,
net_device 440 include/net/cfg80211.h int (*dump_station)(struct wiphy *wiphy, struct net_device *dev,
net_device 443 include/net/cfg80211.h int (*add_mpath)(struct wiphy *wiphy, struct net_device *dev,
net_device 445 include/net/cfg80211.h int (*del_mpath)(struct wiphy *wiphy, struct net_device *dev,
net_device 447 include/net/cfg80211.h int (*change_mpath)(struct wiphy *wiphy, struct net_device *dev,
net_device 449 include/net/cfg80211.h int (*get_mpath)(struct wiphy *wiphy, struct net_device *dev,
net_device 452 include/net/cfg80211.h int (*dump_mpath)(struct wiphy *wiphy, struct net_device *dev,
net_device 456 include/net/cfg80211.h int (*change_bss)(struct wiphy *wiphy, struct net_device *dev,
net_device 11 include/net/datalink.h int (*rcvfunc)(struct sk_buff *, struct net_device *,
net_device 12 include/net/datalink.h struct packet_type *, struct net_device *);
net_device 79 include/net/dn_dev.h int (*up)(struct net_device *);
net_device 80 include/net/dn_dev.h void (*down)(struct net_device *);
net_device 81 include/net/dn_dev.h void (*timer3)(struct net_device *, struct dn_ifaddr *ifa);
net_device 88 include/net/dn_dev.h struct net_device *dev;
net_device 171 include/net/dn_dev.h extern struct net_device *dn_dev_get_default(void);
net_device 34 include/net/dn_fib.h struct net_device *nh_dev;
net_device 98 include/net/dn_route.h struct net_device *dev = skb->dev;
net_device 42 include/net/dst.h struct net_device *dev;
net_device 101 include/net/dst.h struct net_device *dev, int how);
net_device 100 include/net/garp.h struct net_device *dev;
net_device 1000 include/net/ieee80211.h struct net_device *dev;
net_device 1084 include/net/ieee80211.h void (*set_security) (struct net_device * dev,
net_device 1087 include/net/ieee80211.h struct net_device * dev, int pri);
net_device 1088 include/net/ieee80211.h int (*reset_port) (struct net_device * dev);
net_device 1089 include/net/ieee80211.h int (*is_queue_full) (struct net_device * dev, int pri);
net_device 1091 include/net/ieee80211.h int (*handle_management) (struct net_device * dev,
net_device 1093 include/net/ieee80211.h int (*is_qos_active) (struct net_device *dev, struct sk_buff *skb);
net_device 1096 include/net/ieee80211.h int (*handle_auth) (struct net_device * dev,
net_device 1098 include/net/ieee80211.h int (*handle_deauth) (struct net_device * dev,
net_device 1100 include/net/ieee80211.h int (*handle_action) (struct net_device * dev,
net_device 1103 include/net/ieee80211.h int (*handle_disassoc) (struct net_device * dev,
net_device 1105 include/net/ieee80211.h int (*handle_beacon) (struct net_device * dev,
net_device 1108 include/net/ieee80211.h int (*handle_probe_response) (struct net_device * dev,
net_device 1111 include/net/ieee80211.h int (*handle_probe_request) (struct net_device * dev,
net_device 1114 include/net/ieee80211.h int (*handle_assoc_response) (struct net_device * dev,
net_device 1119 include/net/ieee80211.h int (*handle_assoc_request) (struct net_device * dev);
net_device 1120 include/net/ieee80211.h int (*handle_reassoc_request) (struct net_device * dev,
net_device 1254 include/net/ieee80211.h extern struct net_device *alloc_ieee80211(int sizeof_priv);
net_device 161 include/net/if_inet6.h struct net_device *dev;
net_device 81 include/net/ip.h struct net_device;
net_device 17 include/net/ip6_tunnel.h struct net_device *dev; /* virtual device associated with tunnel */
net_device 49 include/net/ip_fib.h struct net_device *nh_dev;
net_device 13 include/net/ipip.h struct net_device *dev;
net_device 56 include/net/ipx.h struct net_device *if_dev;
net_device 116 include/net/irda/irda.h struct net_device;
net_device 112 include/net/irda/irda_device.h struct net_device *dev; /* Device we are attached to */
net_device 118 include/net/irda/irda_device.h int (*set_mode)(struct net_device *, int mode);
net_device 119 include/net/irda/irda_device.h int (*read)(struct net_device *dev, __u8 *buf, int len);
net_device 120 include/net/irda/irda_device.h int (*write)(struct net_device *dev, __u8 *buf, int len);
net_device 121 include/net/irda/irda_device.h int (*set_dtr_rts)(struct net_device *dev, int dtr, int rts);
net_device 229 include/net/irda/irda_device.h struct net_device *alloc_irdadev(int sizeof_priv);
net_device 173 include/net/irda/irlan_common.h struct net_device *dev; /* Ethernet device structure*/
net_device 28 include/net/irda/irlan_eth.h struct net_device *alloc_irlandev(const char *name);
net_device 123 include/net/irda/irlap.h struct net_device *netdev;
net_device 309 include/net/iw_handler.h struct net_device;
net_device 351 include/net/iw_handler.h struct iw_statistics* (*get_wireless_stats)(struct net_device *dev);
net_device 83 include/net/lapb.h struct net_device *dev;
net_device 22 include/net/llc.h struct net_device;
net_device 51 include/net/llc.h struct net_device *dev,
net_device 53 include/net/llc.h struct net_device *orig_dev);
net_device 40 include/net/llc_conn.h struct net_device *dev; /* device to send to remote */
net_device 18 include/net/llc_sap.h struct net_device;
net_device 60 include/net/ndisc.h struct net_device;
net_device 44 include/net/neighbour.h struct net_device *dev;
net_device 104 include/net/neighbour.h struct net_device *dev;
net_device 141 include/net/neighbour.h struct net_device *dev;
net_device 157 include/net/neighbour.h __u32 (*hash)(const void *pkey, const struct net_device *);
net_device 24 include/net/net_namespace.h struct net_device;
net_device 48 include/net/net_namespace.h struct net_device *loopback_dev; /* The loopback */
net_device 13 include/net/netfilter/nf_queue.h struct net_device *indev;
net_device 14 include/net/netfilter/nf_queue.h struct net_device *outdev;
net_device 69 include/net/netrom.h struct net_device *device;
net_device 93 include/net/netrom.h struct net_device *dev;
net_device 213 include/net/netrom.h extern struct net_device *nr_dev_first(void);
net_device 214 include/net/netrom.h extern struct net_device *nr_dev_get(ax25_address *);
net_device 35 include/net/phonet/pn_dev.h struct net_device *netdev;
net_device 41 include/net/phonet/pn_dev.h struct net_device *phonet_device_get(struct net *net);
net_device 351 include/net/pkt_cls.h struct net_device *dev;
net_device 89 include/net/rose.h struct net_device *dev;
net_device 127 include/net/rose.h struct net_device *device;
net_device 201 include/net/rose.h extern struct net_device *rose_dev_first(void);
net_device 202 include/net/rose.h extern struct net_device *rose_dev_get(rose_address *);
net_device 51 include/net/rtnetlink.h void (*setup)(struct net_device *dev);
net_device 58 include/net/rtnetlink.h int (*newlink)(struct net_device *dev,
net_device 61 include/net/rtnetlink.h int (*changelink)(struct net_device *dev,
net_device 64 include/net/rtnetlink.h void (*dellink)(struct net_device *dev);
net_device 66 include/net/rtnetlink.h size_t (*get_size)(const struct net_device *dev);
net_device 68 include/net/rtnetlink.h const struct net_device *dev);
net_device 70 include/net/rtnetlink.h size_t (*get_xstats_size)(const struct net_device *dev);
net_device 72 include/net/rtnetlink.h const struct net_device *dev);
net_device 82 include/net/rtnetlink.h extern struct net_device *rtnl_create_link(struct net *net, char *ifname,
net_device 229 include/net/sch_generic.h static inline struct net_device *qdisc_dev(struct Qdisc *qdisc)
net_device 557 include/net/sctp/structs.h struct net_device *);
net_device 7 include/net/stp.h struct net_device *);
net_device 47 include/net/syncppp.h struct net_device *pp_if;
net_device 54 include/net/syncppp.h struct net_device *dev; /* Network device pointer */
net_device 11 include/net/tc_act/tc_mirred.h struct net_device *tcfm_dev;
net_device 234 include/net/wireless.h struct net_device *netdev;
net_device 127 include/net/x25.h struct net_device *dev;
net_device 133 include/net/x25.h struct net_device *dev;
net_device 167 include/net/x25.h struct net_device *dev1;
net_device 168 include/net/x25.h struct net_device *dev2;
net_device 252 include/net/x25.h extern struct net_device *x25_dev_get(char *);
net_device 254 include/net/xfrm.h struct net_device;
net_device 273 include/net/xfrm.h struct net_device *dev);
net_device 64 include/rdma/ib_addr.h struct net_device *src_dev;
net_device 127 net/802/fc.c struct net_device *alloc_fcdev(int sizeof_priv)
net_device 209 net/802/fddi.c struct net_device *alloc_fddidev(int sizeof_priv)
net_device 231 net/802/hippi.c struct net_device *alloc_hippi_dev(int sizeof_priv)
net_device 32 net/802/p8023.c struct net_device *dev = skb->dev;
net_device 162 net/802/tr.c struct net_device *dev = skb->dev;
net_device 541 net/802/tr.c struct net_device *dev = dev_get_by_index(&init_net, entry->iface);
net_device 633 net/802/tr.c struct net_device *alloc_trdev(int sizeof_priv)
net_device 85 net/8021q/vlan.c struct net_device *__find_vlan_dev(struct net_device *real_dev, u16 vlan_id)
net_device 120 net/8021q/vlan.c struct net_device **array;
net_device 129 net/8021q/vlan.c size = sizeof(struct net_device *) * VLAN_GROUP_ARRAY_PART_LEN;
net_device 146 net/8021q/vlan.c struct net_device *real_dev = vlan->real_dev;
net_device 242 net/8021q/vlan.c struct net_device *real_dev = vlan->real_dev;
net_device 298 net/8021q/vlan.c struct net_device *new_dev;
net_device 426 net/8021q/vlan.c struct net_device *dev = ptr;
net_device 429 net/8021q/vlan.c struct net_device *vlandev;
net_device 545 net/8021q/vlan.c struct net_device *dev = NULL;
net_device 42 net/8021q/vlan.h struct net_device *real_dev;
net_device 70 net/8021q/vlan.h struct net_device *__find_vlan_dev(struct net_device *real_dev, u16 vlan_id);
net_device 54 net/8021q/vlan_core.c struct net_device *vlan_dev_real_dev(const struct net_device *dev)
net_device 46 net/8021q/vlan_dev.c struct net_device *dev = skb->dev;
net_device 439 net/8021q/vlan_dev.c struct net_device *real_dev = vlan->real_dev;
net_device 482 net/8021q/vlan_dev.c struct net_device *real_dev = vlan->real_dev;
net_device 502 net/8021q/vlan_dev.c struct net_device *real_dev = vlan_dev_info(dev)->real_dev;
net_device 528 net/8021q/vlan_dev.c struct net_device *real_dev = vlan_dev_info(dev)->real_dev;
net_device 552 net/8021q/vlan_dev.c struct net_device *real_dev = vlan_dev_info(dev)->real_dev;
net_device 599 net/8021q/vlan_dev.c struct net_device *real_dev = vlan_dev_info(dev)->real_dev;
net_device 654 net/8021q/vlan_dev.c struct net_device *real_dev = vlan->real_dev;
net_device 665 net/8021q/vlan_dev.c struct net_device *real_dev = vlan->real_dev;
net_device 107 net/8021q/vlan_netlink.c struct net_device *real_dev;
net_device 206 net/8021q/vlanproc.c struct net_device *dev;
net_device 228 net/8021q/vlanproc.c struct net_device *dev;
net_device 233 net/8021q/vlanproc.c dev = (struct net_device *)v;
net_device 269 net/8021q/vlanproc.c const struct net_device *vlandev = v;
net_device 280 net/8021q/vlanproc.c struct net_device *vlandev = (struct net_device *) seq->private;
net_device 67 net/appletalk/aarp.c struct net_device *dev;
net_device 105 net/appletalk/aarp.c struct net_device *dev = a->dev;
net_device 333 net/appletalk/aarp.c struct net_device *dev = ptr;
net_device 483 net/appletalk/ddp.c struct net_device *atrtr_get_dev(struct atalk_addr *sa)
net_device 649 net/appletalk/ddp.c struct net_device *dev = ptr;
net_device 669 net/appletalk/ddp.c struct net_device *dev;
net_device 897 net/appletalk/ddp.c struct net_device *dev = NULL;
net_device 1275 net/appletalk/ddp.c struct net_device *dev = __dev_get_by_name(&init_net, "ipddp0");
net_device 1556 net/appletalk/ddp.c struct net_device *dev;
net_device 53 net/appletalk/dev.c struct net_device *alloc_ltalkdev(int sizeof_priv)
net_device 69 net/atm/br2684.c struct net_device *device;
net_device 82 net/atm/br2684.c struct net_device *net_dev;
net_device 107 net/atm/br2684.c static inline struct net_device *list_entry_brdev(const struct list_head *le)
net_device 123 net/atm/br2684.c static struct net_device *br2684_find_dev(const struct br2684_if_spec *s)
net_device 126 net/atm/br2684.c struct net_device *net_dev;
net_device 268 net/atm/br2684.c static int (*my_eth_mac_addr) (struct net_device *, void *);
net_device 343 net/atm/br2684.c struct net_device *net_dev = brvcc->device;
net_device 460 net/atm/br2684.c struct net_device *net_dev;
net_device 583 net/atm/br2684.c struct net_device *netdev;
net_device 699 net/atm/br2684.c const struct net_device *net_dev = brdev->net_dev;
net_device 767 net/atm/br2684.c struct net_device *net_dev;
net_device 43 net/atm/clip.c static struct net_device *clip_devs;
net_device 238 net/atm/clip.c struct net_device *dev = skb->dev;
net_device 283 net/atm/clip.c struct net_device *dev = neigh->dev;
net_device 578 net/atm/clip.c struct net_device *dev;
net_device 613 net/atm/clip.c struct net_device *dev = arg;
net_device 978 net/atm/clip.c struct net_device *dev, *next;
net_device 125 net/atm/lec.c static struct net_device *dev_lec[MAX_LEC_ITF];
net_device 451 net/atm/lec.c struct net_device *dev = (struct net_device *)vcc->proto_data;
net_device 598 net/atm/lec.c struct net_device *dev = (struct net_device *)vcc->proto_data;
net_device 729 net/atm/lec.c struct net_device *dev = (struct net_device *)vcc->proto_data;
net_device 839 net/atm/lec.c struct net_device *dev = skb->dev;
net_device 1011 net/atm/lec.c struct net_device *dev;
net_device 1092 net/atm/lec.c struct net_device *dev;
net_device 1162 net/atm/lec.c struct net_device *dev = state->dev;
net_device 1458 net/atm/lec.c struct net_device *dev = (struct net_device *)vcc->proto_data;
net_device 45 net/atm/lec.h int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force,
net_device 47 net/atm/lec.h int (*associate_req) (struct net_device *dev, const u8 *lan_dst,
net_device 49 net/atm/lec.h void (*associate_indicator) (struct net_device *dev, const u8 *mac_addr,
net_device 243 net/atm/mpc.c static struct net_device *find_lec_by_itfnum(int itf)
net_device 245 net/atm/mpc.c struct net_device *dev;
net_device 650 net/atm/mpc.c struct net_device *dev = (struct net_device *)vcc->proto_data;
net_device 965 net/atm/mpc.c struct net_device *dev;
net_device 969 net/atm/mpc.c dev = (struct net_device *)dev_ptr;
net_device 16 net/atm/mpc.h struct net_device *dev; /* lec in question */
net_device 18 net/atm/mpc.h int (*old_hard_start_xmit)(struct sk_buff *skb, struct net_device *dev);
net_device 169 net/atm/proc.c struct net_device *dev;
net_device 117 net/ax25/af_ax25.c struct net_device *dev = (struct net_device *)ptr;
net_device 535 net/ax25/af_ax25.c struct net_device *dev;
net_device 174 net/ax25/ax25_dev.c struct net_device *ax25_fwd_dev(struct net_device *dev)
net_device 40 net/ax25/ax25_iface.c struct net_device *dev;
net_device 108 net/ax25/ax25_ip.c struct net_device *dev = NULL;
net_device 167 net/bluetooth/bnep/bnep.h struct net_device *dev;
net_device 310 net/bluetooth/bnep/core.c struct net_device *dev = s->dev;
net_device 468 net/bluetooth/bnep/core.c struct net_device *dev = s->dev;
net_device 544 net/bluetooth/bnep/core.c struct net_device *dev;
net_device 68 net/bridge/br_forward.c struct net_device *indev;
net_device 69 net/bridge/br_if.c struct net_device *dev = p->dev;
net_device 104 net/bridge/br_if.c struct net_device *dev = p->dev;
net_device 132 net/bridge/br_if.c struct net_device *dev = p->dev;
net_device 171 net/bridge/br_if.c static struct net_device *new_bridge_dev(struct net *net, const char *name)
net_device 174 net/bridge/br_if.c struct net_device *dev;
net_device 268 net/bridge/br_if.c struct net_device *dev;
net_device 300 net/bridge/br_if.c struct net_device *dev;
net_device 451 net/bridge/br_if.c struct net_device *dev;
net_device 25 net/bridge/br_input.c struct net_device *indev, *brdev = br->dev;
net_device 26 net/bridge/br_ioctl.c struct net_device *dev;
net_device 86 net/bridge/br_ioctl.c struct net_device *dev;
net_device 129 net/bridge/br_netfilter.c static inline struct net_device *bridge_parent(const struct net_device *dev)
net_device 326 net/bridge/br_netfilter.c struct net_device *dev = skb->dev;
net_device 412 net/bridge/br_netfilter.c static struct net_device *setup_pre_routing(struct sk_buff *skb)
net_device 631 net/bridge/br_netfilter.c struct net_device *in;
net_device 640 net/bridge/br_netfilter.c in = *((struct net_device **)(skb->cb));
net_device 659 net/bridge/br_netfilter.c struct net_device *parent;
net_device 703 net/bridge/br_netfilter.c struct net_device **d = (struct net_device **)(skb->cb);
net_device 721 net/bridge/br_netfilter.c *d = (struct net_device *)in;
net_device 722 net/bridge/br_netfilter.c NF_HOOK(NF_ARP, NF_ARP_FORWARD, skb, (struct net_device *)in,
net_device 723 net/bridge/br_netfilter.c (struct net_device *)out, br_nf_forward_finish);
net_device 745 net/bridge/br_netfilter.c struct net_device *realindev;
net_device 793 net/bridge/br_netfilter.c struct net_device *realoutdev = bridge_parent(skb->dev);
net_device 39 net/bridge/br_netlink.c const struct net_device *dev = port->dev;
net_device 113 net/bridge/br_netlink.c struct net_device *dev;
net_device 144 net/bridge/br_netlink.c struct net_device *dev;
net_device 34 net/bridge/br_notify.c struct net_device *dev = ptr;
net_device 64 net/bridge/br_private.h struct net_device *dev;
net_device 91 net/bridge/br_private.h struct net_device *dev;
net_device 54 net/bridge/netfilter/ebt_arpreply.c arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, (struct net_device *)par->in,
net_device 728 net/can/af_can.c struct net_device *dev = (struct net_device *)data;
net_device 69 net/can/af_can.h struct net_device *dev;
net_device 102 net/can/bcm.c struct net_device *rx_reg_dev;
net_device 133 net/can/bcm.c struct net_device *dev;
net_device 244 net/can/bcm.c struct net_device *dev;
net_device 729 net/can/bcm.c struct net_device *dev;
net_device 1115 net/can/bcm.c struct net_device *dev;
net_device 1149 net/can/bcm.c struct net_device *dev;
net_device 1217 net/can/bcm.c struct net_device *dev;
net_device 1300 net/can/bcm.c struct net_device *dev = (struct net_device *)data;
net_device 1402 net/can/bcm.c struct net_device *dev;
net_device 1446 net/can/bcm.c struct net_device *dev;
net_device 209 net/can/raw.c struct net_device *dev = (struct net_device *)data;
net_device 290 net/can/raw.c struct net_device *dev;
net_device 332 net/can/raw.c struct net_device *dev;
net_device 363 net/can/raw.c struct net_device *dev;
net_device 414 net/can/raw.c struct net_device *dev = NULL;
net_device 620 net/can/raw.c struct net_device *dev;
net_device 593 net/core/dev.c struct net_device *__dev_get_by_name(struct net *net, const char *name)
net_device 598 net/core/dev.c struct net_device *dev
net_device 599 net/core/dev.c = hlist_entry(p, struct net_device, name_hlist);
net_device 618 net/core/dev.c struct net_device *dev_get_by_name(struct net *net, const char *name)
net_device 620 net/core/dev.c struct net_device *dev;
net_device 642 net/core/dev.c struct net_device *__dev_get_by_index(struct net *net, int ifindex)
net_device 647 net/core/dev.c struct net_device *dev
net_device 648 net/core/dev.c = hlist_entry(p, struct net_device, index_hlist);
net_device 667 net/core/dev.c struct net_device *dev_get_by_index(struct net *net, int ifindex)
net_device 669 net/core/dev.c struct net_device *dev;
net_device 694 net/core/dev.c struct net_device *dev_getbyhwaddr(struct net *net, unsigned short type, char *ha)
net_device 696 net/core/dev.c struct net_device *dev;
net_device 710 net/core/dev.c struct net_device *__dev_getfirstbyhwtype(struct net *net, unsigned short type)
net_device 712 net/core/dev.c struct net_device *dev;
net_device 724 net/core/dev.c struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type)
net_device 726 net/core/dev.c struct net_device *dev;
net_device 750 net/core/dev.c struct net_device * dev_get_by_flags(struct net *net, unsigned short if_flags, unsigned short mask)
net_device 752 net/core/dev.c struct net_device *dev, *ret;
net_device 813 net/core/dev.c struct net_device *d;
net_device 1034 net/core/dev.c struct net_device *dev;
net_device 1224 net/core/dev.c struct net_device *dev;
net_device 1225 net/core/dev.c struct net_device *last;
net_device 1633 net/core/dev.c struct net_device *dev = skb->dev;
net_device 1790 net/core/dev.c struct net_device *dev = skb->dev;
net_device 2114 net/core/dev.c struct net_device *dev = skb->dev;
net_device 2216 net/core/dev.c struct net_device *orig_dev;
net_device 2217 net/core/dev.c struct net_device *null_or_orig;
net_device 2314 net/core/dev.c struct net_device *dev = arg;
net_device 2493 net/core/dev.c struct net_device *dev;
net_device 2527 net/core/dev.c struct net_device *dev;
net_device 2585 net/core/dev.c struct net_device *dev;
net_device 2604 net/core/dev.c first_net_device(net) : next_net_device((struct net_device *)v);
net_device 2926 net/core/dev.c struct net_device *old = slave->master;
net_device 3507 net/core/dev.c struct net_device *dev = __dev_get_by_name(net, ifr->ifr_name);
net_device 3574 net/core/dev.c struct net_device *dev = __dev_get_by_name(net, ifr->ifr_name);
net_device 4012 net/core/dev.c struct net_device *d
net_device 4013 net/core/dev.c = hlist_entry(p, struct net_device, name_hlist);
net_device 4225 net/core/dev.c struct net_device *dev
net_device 4226 net/core/dev.c = list_entry(list.next, struct net_device, todo_list);
net_device 4286 net/core/dev.c struct net_device *alloc_netdev_mq(int sizeof_priv, const char *name,
net_device 4290 net/core/dev.c struct net_device *dev;
net_device 4296 net/core/dev.c alloc_size = sizeof(struct net_device);
net_device 4319 net/core/dev.c dev = (struct net_device *)
net_device 4330 net/core/dev.c ((sizeof(struct net_device) + NETDEV_ALIGN_CONST)
net_device 4822 net/core/dev.c struct net_device *dev, *next;
net_device 162 net/core/dev_mcast.c struct net_device *dev = v;
net_device 306 net/core/dst.c struct net_device *dev = ptr;
net_device 827 net/core/ethtool.c struct net_device *dev = __dev_get_by_name(net, ifr->ifr_name);
net_device 252 net/core/fib_rules.c struct net_device *dev;
net_device 621 net/core/fib_rules.c struct net_device *dev = ptr;
net_device 38 net/core/link_watch.c static struct net_device *lweventlist;
net_device 138 net/core/link_watch.c struct net_device *next;
net_device 161 net/core/link_watch.c struct net_device *dev = next;
net_device 947 net/core/neighbour.c void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *)
net_device 988 net/core/neighbour.c struct net_device *dev;
net_device 1134 net/core/neighbour.c struct net_device *dev = dst->dev;
net_device 1172 net/core/neighbour.c struct net_device *dev = skb->dev;
net_device 1200 net/core/neighbour.c struct net_device *dev = neigh->dev;
net_device 1238 net/core/neighbour.c struct net_device *dev = neigh->dev;
net_device 1269 net/core/neighbour.c struct net_device *dev = skb->dev;
net_device 1526 net/core/neighbour.c struct net_device *dev = NULL;
net_device 1592 net/core/neighbour.c struct net_device *dev = NULL;
net_device 39 net/core/net-sysfs.c struct net_device *net = to_net_dev(dev);
net_device 52 net/core/net-sysfs.c static ssize_t format_##field(const struct net_device *net, char *buf) \
net_device 68 net/core/net-sysfs.c struct net_device *net = to_net_dev(dev);
net_device 102 net/core/net-sysfs.c struct net_device *net = to_net_dev(dev);
net_device 115 net/core/net-sysfs.c struct net_device *net = to_net_dev(dev);
net_device 124 net/core/net-sysfs.c struct net_device *netdev = to_net_dev(dev);
net_device 134 net/core/net-sysfs.c struct net_device *netdev = to_net_dev(dev);
net_device 155 net/core/net-sysfs.c const struct net_device *netdev = to_net_dev(dev);
net_device 215 net/core/net-sysfs.c struct net_device *netdev = to_net_dev(dev);
net_device 236 net/core/net-sysfs.c const struct net_device *netdev = to_net_dev(dev);
net_device 272 net/core/net-sysfs.c struct net_device *dev = to_net_dev(d);
net_device 362 net/core/net-sysfs.c struct net_device *dev = to_net_dev(d);
net_device 428 net/core/net-sysfs.c struct net_device *dev = to_net_dev(d);
net_device 452 net/core/net-sysfs.c struct net_device *dev = to_net_dev(d);
net_device 60 net/core/netpoll.c struct net_device *dev = skb->dev;
net_device 174 net/core/netpoll.c struct net_device *dev = np->dev;
net_device 274 net/core/netpoll.c struct net_device *dev = np->dev;
net_device 662 net/core/netpoll.c struct net_device *ndev = NULL;
net_device 352 net/core/pktgen.c struct net_device *odev; /* The out-going device. Note that the device should
net_device 1886 net/core/pktgen.c struct net_device *dev = ptr;
net_device 1908 net/core/pktgen.c static struct net_device *pktgen_dev_get_by_name(struct pktgen_dev *pkt_dev, const char *ifname)
net_device 1929 net/core/pktgen.c struct net_device *odev;
net_device 3340 net/core/pktgen.c struct net_device *odev = NULL;
net_device 279 net/core/rtnetlink.c struct net_device *dev;
net_device 689 net/core/rtnetlink.c struct net_device *dev;
net_device 914 net/core/rtnetlink.c struct net_device *dev;
net_device 956 net/core/rtnetlink.c struct net_device *dev;
net_device 988 net/core/rtnetlink.c struct net_device *rtnl_create_link(struct net *net, char *ifname,
net_device 992 net/core/rtnetlink.c struct net_device *dev;
net_device 1035 net/core/rtnetlink.c struct net_device *dev;
net_device 1168 net/core/rtnetlink.c struct net_device *dev = NULL;
net_device 1340 net/core/rtnetlink.c struct net_device *dev = ptr;
net_device 406 net/core/sock.c struct net_device *dev = dev_get_by_name(net, devname);
net_device 728 net/decnet/af_decnet.c struct net_device *dev, *ldev;
net_device 2090 net/decnet/af_decnet.c struct net_device *dev = (struct net_device *)ptr;
net_device 72 net/decnet/dn_dev.c static struct net_device *decnet_default_device;
net_device 282 net/decnet/dn_dev.c struct net_device *dev = table->extra1;
net_device 326 net/decnet/dn_dev.c struct net_device *dev = table->extra1;
net_device 402 net/decnet/dn_dev.c struct net_device *dev = dn_db->dev;
net_device 427 net/decnet/dn_dev.c struct net_device *dev = dn_db->dev;
net_device 485 net/decnet/dn_dev.c struct net_device *dev;
net_device 560 net/decnet/dn_dev.c struct net_device *dn_dev_get_default(void)
net_device 562 net/decnet/dn_dev.c struct net_device *dev;
net_device 577 net/decnet/dn_dev.c struct net_device *old = NULL;
net_device 608 net/decnet/dn_dev.c struct net_device *dev;
net_device 668 net/decnet/dn_dev.c struct net_device *dev;
net_device 784 net/decnet/dn_dev.c struct net_device *dev;
net_device 855 net/decnet/dn_dev.c struct net_device *dev;
net_device 1078 net/decnet/dn_dev.c struct net_device *dev = (struct net_device *)arg;
net_device 1289 net/decnet/dn_dev.c struct net_device *dev;
net_device 1300 net/decnet/dn_dev.c struct net_device *dev;
net_device 1329 net/decnet/dn_dev.c struct net_device *dev;
net_device 1350 net/decnet/dn_dev.c struct net_device *dev;
net_device 1354 net/decnet/dn_dev.c dev = (struct net_device *)v;
net_device 1392 net/decnet/dn_dev.c struct net_device *dev = v;
net_device 207 net/decnet/dn_fib.c struct net_device *dev;
net_device 251 net/decnet/dn_fib.c struct net_device *dev;
net_device 603 net/decnet/dn_fib.c struct net_device *dev;
net_device 131 net/decnet/dn_neigh.c struct net_device *dev = neigh->dev;
net_device 210 net/decnet/dn_neigh.c struct net_device *dev = neigh->dev;
net_device 229 net/decnet/dn_neigh.c struct net_device *dev = neigh->dev;
net_device 275 net/decnet/dn_neigh.c struct net_device *dev = neigh->dev;
net_device 318 net/decnet/dn_neigh.c struct net_device *dev = neigh->dev;
net_device 488 net/decnet/dn_neigh.c struct net_device *dev;
net_device 688 net/decnet/dn_route.c struct net_device *dev = dst->dev;
net_device 731 net/decnet/dn_route.c struct net_device *dev = skb->dev;
net_device 788 net/decnet/dn_route.c struct net_device *dev = rt->u.dst.dev;
net_device 878 net/decnet/dn_route.c struct net_device *dev_out = NULL, *dev;
net_device 1209 net/decnet/dn_route.c struct net_device *in_dev = skb->dev;
net_device 1210 net/decnet/dn_route.c struct net_device *out_dev = NULL;
net_device 1544 net/decnet/dn_route.c struct net_device *dev;
net_device 225 net/decnet/sysctl_net_decnet.c struct net_device *dev;
net_device 284 net/decnet/sysctl_net_decnet.c struct net_device *dev;
net_device 174 net/dsa/dsa.c struct net_device *slave_dev;
net_device 283 net/dsa/dsa.c static struct net_device *dev_to_net_device(struct device *dev)
net_device 289 net/dsa/dsa.c struct net_device *nd;
net_device 305 net/dsa/dsa.c struct net_device *dev;
net_device 30 net/dsa/dsa_priv.h struct net_device *master_netdev;
net_device 45 net/dsa/dsa_priv.h struct net_device *ports[DSA_MAX_PORTS];
net_device 55 net/dsa/dsa_priv.h struct net_device *dev;
net_device 102 net/dsa/dsa_priv.h struct net_device *dsa_slave_create(struct dsa_switch *ds,
net_device 224 net/dsa/mv88e6060.c struct net_device *dev;
net_device 360 net/dsa/mv88e6xxx.c struct net_device *dev;
net_device 63 net/dsa/slave.c struct net_device *master = p->parent->master_netdev;
net_device 74 net/dsa/slave.c struct net_device *master = p->parent->master_netdev;
net_device 223 net/dsa/slave.c struct net_device *
net_device 227 net/dsa/slave.c struct net_device *master = ds->master_netdev;
net_device 228 net/dsa/slave.c struct net_device *slave_dev;
net_device 55 net/econet/af_econet.c static struct net_device *net2dev_map[256];
net_device 268 net/econet/af_econet.c struct net_device *dev;
net_device 652 net/econet/af_econet.c struct net_device *dev;
net_device 1119 net/econet/af_econet.c struct net_device *dev = (struct net_device *)data;
net_device 129 net/ethernet/eth.c struct net_device *dev = skb->dev;
net_device 243 net/ethernet/eth.c const struct net_device *dev = neigh->dev;
net_device 368 net/ethernet/eth.c struct net_device *alloc_etherdev_mq(int sizeof_priv, unsigned int queue_count)
net_device 12 net/ethernet/pe2.c struct net_device *dev = skb->dev;
net_device 134 net/ieee80211/ieee80211_module.c struct net_device *alloc_ieee80211(int sizeof_priv)
net_device 137 net/ieee80211/ieee80211_module.c struct net_device *dev;
net_device 231 net/ieee80211/ieee80211_rx.c struct net_device *dev = ieee->dev;
net_device 340 net/ieee80211/ieee80211_rx.c struct net_device *dev = ieee->dev;
net_device 349 net/ieee80211/ieee80211_rx.c struct net_device *wds = NULL;
net_device 351 net/ieee80211/ieee80211_rx.c struct net_device *wds = NULL;
net_device 1371 net/ieee80211/ieee80211_rx.c struct net_device *dev = ieee->dev;
net_device 1590 net/ieee80211/ieee80211_rx.c struct net_device *dev = ieee->dev;
net_device 310 net/ieee80211/ieee80211_wx.c struct net_device *dev = ieee->dev;
net_device 528 net/ieee80211/ieee80211_wx.c struct net_device *dev = ieee->dev;
net_device 232 net/ipv4/arp.c struct net_device *dev = neigh->dev;
net_device 331 net/ipv4/arp.c struct net_device *dev = neigh->dev;
net_device 467 net/ipv4/arp.c struct net_device *dev = skb->dev;
net_device 503 net/ipv4/arp.c struct net_device *dev = dst->dev;
net_device 701 net/ipv4/arp.c struct net_device *dev = skb->dev;
net_device 1134 net/ipv4/arp.c struct net_device *dev = NULL;
net_device 1196 net/ipv4/arp.c struct net_device *dev = ptr;
net_device 1292 net/ipv4/arp.c struct net_device *dev = n->dev;
net_device 1320 net/ipv4/arp.c struct net_device *dev = n->dev;
net_device 139 net/ipv4/devinet.c struct net_device *dev = idev->dev;
net_device 202 net/ipv4/devinet.c struct net_device *dev;
net_device 413 net/ipv4/devinet.c struct net_device *dev;
net_device 489 net/ipv4/devinet.c struct net_device *dev;
net_device 596 net/ipv4/devinet.c struct net_device *dev;
net_device 966 net/ipv4/devinet.c struct net_device *dev;
net_device 1042 net/ipv4/devinet.c struct net_device *dev = ptr;
net_device 1165 net/ipv4/devinet.c struct net_device *dev;
net_device 1230 net/ipv4/devinet.c struct net_device *dev;
net_device 1246 net/ipv4/devinet.c struct net_device *dev;
net_device 154 net/ipv4/fib_frontend.c struct net_device * ip_dev_find(struct net *net, __be32 addr)
net_device 158 net/ipv4/fib_frontend.c struct net_device *dev = NULL;
net_device 380 net/ipv4/fib_frontend.c struct net_device *dev;
net_device 713 net/ipv4/fib_frontend.c struct net_device *dev = in_dev->dev;
net_device 752 net/ipv4/fib_frontend.c struct net_device *dev = in_dev->dev;
net_device 907 net/ipv4/fib_frontend.c struct net_device *dev = ifa->ifa_dev->dev;
net_device 934 net/ipv4/fib_frontend.c struct net_device *dev = ptr;
net_device 534 net/ipv4/fib_semantics.c struct net_device *dev;
net_device 501 net/ipv4/icmp.c struct net_device *dev = NULL;
net_device 931 net/ipv4/icmp.c struct net_device *dev = skb->dev;
net_device 367 net/ipv4/igmp.c struct net_device *dev = pmc->interface->dev;
net_device 392 net/ipv4/igmp.c struct net_device *dev = pmc->interface->dev;
net_device 632 net/ipv4/igmp.c struct net_device *dev = in_dev->dev;
net_device 990 net/ipv4/igmp.c struct net_device *dev = in_dev->dev;
net_device 1010 net/ipv4/igmp.c struct net_device *dev = in_dev->dev;
net_device 1390 net/ipv4/igmp.c struct net_device *dev = NULL;
net_device 2278 net/ipv4/igmp.c struct net_device *dev;
net_device 2424 net/ipv4/igmp.c struct net_device *dev;
net_device 302 net/ipv4/ip_fragment.c struct net_device *dev;
net_device 137 net/ipv4/ip_gre.c struct net_device *fb_tunnel_dev;
net_device 306 net/ipv4/ip_gre.c struct net_device *dev;
net_device 618 net/ipv4/ip_gre.c struct net_device *tdev; /* Device to other host */
net_device 849 net/ipv4/ip_gre.c struct net_device *tdev = NULL;
net_device 155 net/ipv4/ip_input.c struct net_device *dev = skb->dev;
net_device 268 net/ipv4/ip_input.c struct net_device *dev = skb->dev;
net_device 181 net/ipv4/ip_output.c struct net_device *dev = dst->dev;
net_device 242 net/ipv4/ip_output.c struct net_device *dev = rt->u.dst.dev;
net_device 299 net/ipv4/ip_output.c struct net_device *dev = skb->dst->dev;
net_device 438 net/ipv4/ip_output.c struct net_device *dev;
net_device 566 net/ipv4/ip_sockglue.c struct net_device *dev = NULL;
net_device 176 net/ipv4/ipconfig.c struct net_device *dev;
net_device 183 net/ipv4/ipconfig.c static struct net_device *ic_dev __initdata = NULL; /* Selected device */
net_device 188 net/ipv4/ipconfig.c struct net_device *dev;
net_device 259 net/ipv4/ipconfig.c struct net_device *dev;
net_device 522 net/ipv4/ipconfig.c struct net_device *dev = d->dev;
net_device 708 net/ipv4/ipconfig.c struct net_device *dev = d->dev;
net_device 130 net/ipv4/ipip.c struct net_device *fb_tunnel_dev;
net_device 220 net/ipv4/ipip.c struct net_device *dev;
net_device 398 net/ipv4/ipip.c struct net_device *tdev; /* Device to other host */
net_device 539 net/ipv4/ipip.c struct net_device *tdev = NULL;
net_device 147 net/ipv4/ipmr.c struct net_device *ipmr_new_tunnel(struct vifctl *v)
net_device 149 net/ipv4/ipmr.c struct net_device *dev;
net_device 225 net/ipv4/ipmr.c static struct net_device *ipmr_reg_vif(void)
net_device 227 net/ipv4/ipmr.c struct net_device *dev;
net_device 276 net/ipv4/ipmr.c struct net_device *dev;
net_device 419 net/ipv4/ipmr.c struct net_device *dev;
net_device 1123 net/ipv4/ipmr.c struct net_device *dev = ptr;
net_device 1197 net/ipv4/ipmr.c struct net_device *dev;
net_device 1481 net/ipv4/ipmr.c struct net_device *reg_dev = NULL;
net_device 1542 net/ipv4/ipmr.c struct net_device *reg_dev = NULL;
net_device 1598 net/ipv4/ipmr.c struct net_device *dev = vif_table[c->mfc_parent].dev;
net_device 1640 net/ipv4/ipmr.c struct net_device *dev;
net_device 478 net/ipv4/netfilter/ip_queue.c struct net_device *dev = ptr;
net_device 45 net/ipv4/netfilter/ipt_CLUSTERIP.c struct net_device *dev; /* device */
net_device 379 net/ipv4/netfilter/ipt_CLUSTERIP.c struct net_device *dev;
net_device 396 net/ipv4/netfilter/ipt_LOG.c const struct net_device *physindev;
net_device 397 net/ipv4/netfilter/ipt_LOG.c const struct net_device *physoutdev;
net_device 116 net/ipv4/netfilter/ipt_MASQUERADE.c const struct net_device *dev = ptr;
net_device 136 net/ipv4/netfilter/ipt_MASQUERADE.c struct net_device *dev = ((struct in_ifaddr *)ptr)->ifa_dev->dev;
net_device 54 net/ipv4/netfilter/ipt_addrtype.c const struct net_device *dev = NULL;
net_device 2347 net/ipv4/route.c struct net_device *dev_out = NULL;
net_device 2789 net/ipv4/route.c struct net_device *dev;
net_device 315 net/ipv6/addrconf.c struct net_device *dev = idev->dev;
net_device 451 net/ipv6/addrconf.c struct net_device *dev;
net_device 478 net/ipv6/addrconf.c struct net_device *dev;
net_device 1116 net/ipv6/addrconf.c struct net_device *dev;
net_device 2017 net/ipv6/addrconf.c struct net_device *dev;
net_device 2079 net/ipv6/addrconf.c struct net_device *dev;
net_device 2151 net/ipv6/addrconf.c struct net_device *dev;
net_device 2227 net/ipv6/addrconf.c struct net_device *dev;
net_device 2417 net/ipv6/addrconf.c struct net_device *link_dev;
net_device 2455 net/ipv6/addrconf.c struct net_device *dev = (struct net_device *) data;
net_device 2768 net/ipv6/addrconf.c struct net_device *dev = idev->dev;
net_device 2862 net/ipv6/addrconf.c struct net_device * dev = ifp->idev->dev;
net_device 3278 net/ipv6/addrconf.c struct net_device *dev;
net_device 3478 net/ipv6/addrconf.c struct net_device *dev;
net_device 3583 net/ipv6/addrconf.c struct net_device *dev = NULL;
net_device 3743 net/ipv6/addrconf.c struct net_device *dev = idev->dev;
net_device 3814 net/ipv6/addrconf.c struct net_device *dev;
net_device 4446 net/ipv6/addrconf.c struct net_device *dev;
net_device 282 net/ipv6/af_inet6.c struct net_device *dev = NULL;
net_device 59 net/ipv6/anycast.c struct net_device *dev = NULL;
net_device 155 net/ipv6/anycast.c struct net_device *dev;
net_device 190 net/ipv6/anycast.c struct net_device *dev = NULL;
net_device 421 net/ipv6/anycast.c struct net_device *dev;
net_device 524 net/ipv6/datagram.c struct net_device *dev = NULL;
net_device 641 net/ipv6/icmp.c struct net_device *dev = skb->dev;
net_device 130 net/ipv6/ip6_output.c struct net_device *dev = dst->dev;
net_device 84 net/ipv6/ip6_tunnel.c struct net_device *fb_tnl_dev;
net_device 229 net/ipv6/ip6_tunnel.c struct net_device *dev;
net_device 663 net/ipv6/ip6_tunnel.c struct net_device *ldev = NULL;
net_device 801 net/ipv6/ip6_tunnel.c struct net_device *ldev = NULL;
net_device 854 net/ipv6/ip6_tunnel.c struct net_device *tdev;
net_device 1098 net/ipv6/ip6_tunnel.c struct net_device *dev = t->dev;
net_device 352 net/ipv6/ip6mr.c struct net_device *reg_dev = NULL;
net_device 429 net/ipv6/ip6mr.c static struct net_device *ip6mr_reg_vif(void)
net_device 431 net/ipv6/ip6mr.c struct net_device *dev;
net_device 466 net/ipv6/ip6mr.c struct net_device *dev;
net_device 598 net/ipv6/ip6mr.c struct net_device *dev;
net_device 934 net/ipv6/ip6mr.c struct net_device *dev = ptr;
net_device 1399 net/ipv6/ip6mr.c struct net_device *dev;
net_device 1580 net/ipv6/ip6mr.c struct net_device *dev = vif6_table[c->mf6c_parent].dev;
net_device 1622 net/ipv6/ip6mr.c struct net_device *dev;
net_device 177 net/ipv6/mcast.c struct net_device *dev = NULL;
net_device 260 net/ipv6/mcast.c struct net_device *dev;
net_device 290 net/ipv6/mcast.c struct net_device *dev = NULL;
net_device 330 net/ipv6/mcast.c struct net_device *dev;
net_device 360 net/ipv6/mcast.c struct net_device *dev;
net_device 496 net/ipv6/mcast.c struct net_device *dev;
net_device 590 net/ipv6/mcast.c struct net_device *dev;
net_device 707 net/ipv6/mcast.c struct net_device *dev = mc->idev->dev;
net_device 733 net/ipv6/mcast.c struct net_device *dev = mc->idev->dev;
net_device 1500 net/ipv6/mcast.c struct net_device *dev = pmc->idev->dev;
net_device 1525 net/ipv6/mcast.c struct net_device *dev = pmc->idev->dev;
net_device 2336 net/ipv6/mcast.c struct net_device *dev;
net_device 2465 net/ipv6/mcast.c struct net_device *dev;
net_device 367 net/ipv6/ndisc.c struct net_device *dev = neigh->dev;
net_device 419 net/ipv6/ndisc.c struct net_device *dev = n->dev;
net_device 432 net/ipv6/ndisc.c struct net_device *dev = n->dev;
net_device 641 net/ipv6/ndisc.c struct net_device *dev = neigh->dev;
net_device 691 net/ipv6/ndisc.c struct net_device *dev = skb->dev;
net_device 869 net/ipv6/ndisc.c struct net_device *dev = skb->dev;
net_device 1454 net/ipv6/ndisc.c struct net_device *dev = skb->dev;
net_device 1656 net/ipv6/ndisc.c struct net_device *dev = ptr;
net_device 1701 net/ipv6/ndisc.c struct net_device *dev = ctl->extra1;
net_device 1738 net/ipv6/ndisc.c struct net_device *dev = ctl->extra1;
net_device 481 net/ipv6/netfilter/ip6_queue.c struct net_device *dev = ptr;
net_device 208 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c nf_ct_frag6_output(hooknum, reasm, (struct net_device *)in,
net_device 209 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c (struct net_device *)out, okfn);
net_device 567 net/ipv6/netfilter/nf_conntrack_reasm.c struct net_device *dev = skb->dev;
net_device 262 net/ipv6/raw.c struct net_device *dev = NULL;
net_device 198 net/ipv6/reassembly.c struct net_device *dev = NULL;
net_device 268 net/ipv6/reassembly.c struct net_device *dev;
net_device 209 net/ipv6/route.c struct net_device *loopback_dev =
net_device 251 net/ipv6/route.c struct net_device *dev = sprt->rt6i_dev;
net_device 326 net/ipv6/route.c struct net_device *dev = rt->rt6i_dev;
net_device 1072 net/ipv6/route.c struct net_device *dev = dst->dev;
net_device 1092 net/ipv6/route.c struct net_device *dev = NULL;
net_device 1930 net/ipv6/route.c struct net_device *dev;
net_device 1936 net/ipv6/route.c struct net_device *dev = ((struct arg_dev_net *)arg)->dev;
net_device 1960 net/ipv6/route.c struct net_device *dev;
net_device 2305 net/ipv6/route.c struct net_device *dev;
net_device 2373 net/ipv6/route.c struct net_device *dev = (struct net_device *)data;
net_device 77 net/ipv6/sit.c struct net_device *fb_tunnel_dev;
net_device 163 net/ipv6/sit.c struct net_device *dev;
net_device 545 net/ipv6/sit.c struct net_device *tdev; /* Device to other host */
net_device 734 net/ipv6/sit.c struct net_device *tdev = NULL;
net_device 455 net/ipv6/udp.c struct net_device *dev = skb->dev;
net_device 55 net/ipv6/xfrm6_policy.c struct net_device *dev;
net_device 335 net/ipx/af_ipx.c struct net_device *dev = ptr;
net_device 584 net/ipx/af_ipx.c struct net_device *dev = intrfc->if_dev;
net_device 955 net/ipx/af_ipx.c struct net_device *dev;
net_device 1068 net/ipx/af_ipx.c struct net_device *dev = NULL;
net_device 1177 net/ipx/af_ipx.c struct net_device *dev;
net_device 293 net/irda/irda_device.c struct net_device *alloc_irdadev(int sizeof_priv)
net_device 200 net/irda/irlan/irlan_common.c struct net_device *dev;
net_device 90 net/irda/irlan/irlan_eth.c struct net_device *alloc_irlandev(const char *name)
net_device 262 net/irda/irlan/irlan_eth.c struct net_device *dev;
net_device 34 net/irda/irnetlink.c static struct net_device * ifname_to_netdev(struct net *net, struct genl_info *info)
net_device 50 net/irda/irnetlink.c struct net_device * dev;
net_device 80 net/irda/irnetlink.c struct net_device * dev;
net_device 162 net/llc/llc_core.c struct net_device *dev;
net_device 150 net/llc/llc_input.c int (*rcv)(struct sk_buff *, struct net_device *,
net_device 151 net/llc/llc_input.c struct packet_type *, struct net_device *);
net_device 41 net/llc/llc_output.c struct net_device *dev = skb->dev;
net_device 48 net/mac80211/cfg.c struct net_device *dev;
net_device 66 net/mac80211/cfg.c struct net_device *dev;
net_device 85 net/mac80211/cfg.c struct net_device *dev;
net_device 532 net/mac80211/debugfs_netdev.c struct net_device *dev = ndev;
net_device 149 net/mac80211/ieee80211_i.h struct net_device *dev;
net_device 187 net/mac80211/ieee80211_i.h struct net_device *dev;
net_device 426 net/mac80211/ieee80211_i.h struct net_device *dev;
net_device 590 net/mac80211/ieee80211_i.h struct net_device *mdev; /* wmaster# - "master" 802.11 device */
net_device 78 net/mac80211/iface.c struct net_device *ndev = nsdata->dev;
net_device 164 net/mac80211/iface.c struct net_device *ndev = nsdata->dev;
net_device 697 net/mac80211/iface.c struct net_device *ndev;
net_device 548 net/mac80211/main.c struct net_device *prev_dev = NULL;
net_device 794 net/mac80211/main.c struct net_device *mdev;
net_device 223 net/mac80211/rx.c struct net_device *prev_dev = NULL;
net_device 1092 net/mac80211/rx.c struct net_device *dev = rx->dev;
net_device 1214 net/mac80211/rx.c struct net_device *dev = rx->dev;
net_device 1271 net/mac80211/rx.c struct net_device *dev = rx->dev;
net_device 1462 net/mac80211/rx.c struct net_device *dev = rx->dev;
net_device 1688 net/mac80211/rx.c struct net_device *prev_dev = NULL;
net_device 1009 net/mac80211/tx.c struct net_device *dev;
net_device 1265 net/mac80211/tx.c struct net_device *odev = NULL;
net_device 1736 net/mac80211/tx.c struct net_device *dev = local->mdev;
net_device 1847 net/mac80211/tx.c struct net_device *bdev;
net_device 2026 net/mac80211/tx.c struct net_device *bdev;
net_device 487 net/netfilter/ipvs/ip_vs_sync.c struct net_device *dev;
net_device 511 net/netfilter/ipvs/ip_vs_sync.c struct net_device *dev;
net_device 548 net/netfilter/ipvs/ip_vs_sync.c struct net_device *dev;
net_device 571 net/netfilter/ipvs/ip_vs_sync.c struct net_device *dev;
net_device 529 net/netfilter/ipvs/ip_vs_xmit.c struct net_device *tdev; /* Device to other host */
net_device 641 net/netfilter/ipvs/ip_vs_xmit.c struct net_device *tdev; /* Device to other host */
net_device 119 net/netfilter/nf_queue.c struct net_device *physindev;
net_device 120 net/netfilter/nf_queue.c struct net_device *physoutdev;
net_device 224 net/netfilter/nfnetlink_queue.c struct net_device *indev;
net_device 225 net/netfilter/nfnetlink_queue.c struct net_device *outdev;
net_device 556 net/netfilter/nfnetlink_queue.c struct net_device *dev = ptr;
net_device 463 net/netlabel/netlabel_unlabeled.c struct net_device *dev;
net_device 569 net/netlabel/netlabel_unlabeled.c struct net_device *dev;
net_device 630 net/netlabel/netlabel_unlabeled.c struct net_device *dev;
net_device 727 net/netlabel/netlabel_unlabeled.c struct net_device *dev;
net_device 795 net/netlabel/netlabel_unlabeled.c struct net_device *dev = ptr;
net_device 1165 net/netlabel/netlabel_unlabeled.c struct net_device *dev;
net_device 121 net/netrom/af_netrom.c struct net_device *dev = (struct net_device *)ptr;
net_device 571 net/netrom/af_netrom.c struct net_device *dev;
net_device 646 net/netrom/af_netrom.c struct net_device *dev;
net_device 1295 net/netrom/af_netrom.c struct net_device *dev;
net_device 1400 net/netrom/af_netrom.c static struct net_device **dev_nr;
net_device 1419 net/netrom/af_netrom.c if (nr_ndevs > 0x7fffffff/sizeof(struct net_device *)) {
net_device 1424 net/netrom/af_netrom.c dev_nr = kzalloc(nr_ndevs * sizeof(struct net_device *), GFP_KERNEL);
net_device 1432 net/netrom/af_netrom.c struct net_device *dev;
net_device 1516 net/netrom/af_netrom.c struct net_device *dev = dev_nr[i];
net_device 54 net/netrom/nr_loopback.c struct net_device *dev;
net_device 97 net/netrom/nr_route.c struct net_device *odev;
net_device 579 net/netrom/nr_route.c static struct net_device *nr_ax25_dev_get(char *devname)
net_device 581 net/netrom/nr_route.c struct net_device *dev;
net_device 596 net/netrom/nr_route.c struct net_device *nr_dev_first(void)
net_device 598 net/netrom/nr_route.c struct net_device *dev, *first = NULL;
net_device 616 net/netrom/nr_route.c struct net_device *nr_dev_get(ax25_address *addr)
net_device 618 net/netrom/nr_route.c struct net_device *dev;
net_device 658 net/netrom/nr_route.c struct net_device *dev;
net_device 772 net/netrom/nr_route.c struct net_device *dev;
net_device 356 net/packet/af_packet.c struct net_device *dev;
net_device 771 net/packet/af_packet.c struct net_device *dev;
net_device 973 net/packet/af_packet.c struct net_device *dev;
net_device 996 net/packet/af_packet.c struct net_device *dev = NULL;
net_device 1199 net/packet/af_packet.c struct net_device *dev;
net_device 1220 net/packet/af_packet.c struct net_device *dev;
net_device 1279 net/packet/af_packet.c struct net_device *dev;
net_device 1341 net/packet/af_packet.c struct net_device *dev;
net_device 1368 net/packet/af_packet.c struct net_device *dev;
net_device 1589 net/packet/af_packet.c struct net_device *dev = data;
net_device 215 net/phonet/af_phonet.c struct net_device *dev;
net_device 43 net/phonet/pep-gprs.c struct net_device *net;
net_device 274 net/phonet/pep-gprs.c struct net_device *net;
net_device 333 net/phonet/pep-gprs.c struct net_device *net = dev->net;
net_device 69 net/phonet/pn_dev.c struct net_device *phonet_device_get(struct net *net)
net_device 72 net/phonet/pn_dev.c struct net_device *dev;
net_device 167 net/phonet/pn_dev.c struct net_device *dev = arg;
net_device 65 net/phonet/pn_netlink.c struct net_device *dev;
net_device 241 net/phonet/socket.c struct net_device *dev;
net_device 212 net/rose/af_rose.c struct net_device *dev = (struct net_device *)ptr;
net_device 666 net/rose/af_rose.c struct net_device *dev;
net_device 730 net/rose/af_rose.c struct net_device *dev;
net_device 1446 net/rose/af_rose.c const struct net_device *dev = rose->device;
net_device 1540 net/rose/af_rose.c static struct net_device **dev_rose;
net_device 1556 net/rose/af_rose.c if (rose_ndevs > 0x7FFFFFFF/sizeof(struct net_device *)) {
net_device 1568 net/rose/af_rose.c dev_rose = kzalloc(rose_ndevs * sizeof(struct net_device *), GFP_KERNEL);
net_device 1576 net/rose/af_rose.c struct net_device *dev;
net_device 1662 net/rose/af_rose.c struct net_device *dev = dev_rose[i];
net_device 59 net/rose/rose_dev.c struct net_device *dev = skb->dev;
net_device 68 net/rose/rose_loopback.c struct net_device *dev;
net_device 582 net/rose/rose_route.c static struct net_device *rose_ax25_dev_get(char *devname)
net_device 584 net/rose/rose_route.c struct net_device *dev;
net_device 599 net/rose/rose_route.c struct net_device *rose_dev_first(void)
net_device 601 net/rose/rose_route.c struct net_device *dev, *first = NULL;
net_device 617 net/rose/rose_route.c struct net_device *rose_dev_get(rose_address *addr)
net_device 619 net/rose/rose_route.c struct net_device *dev;
net_device 636 net/rose/rose_route.c struct net_device *dev;
net_device 716 net/rose/rose_route.c struct net_device *dev;
net_device 853 net/rose/rose_route.c struct net_device *dev;
net_device 68 net/sched/act_mirred.c struct net_device *dev = NULL;
net_device 150 net/sched/act_mirred.c struct net_device *dev;
net_device 129 net/sched/cls_api.c struct net_device *dev;
net_device 400 net/sched/cls_api.c struct net_device *dev;
net_device 308 net/sched/em_meta.c struct net_device *dev;
net_device 948 net/sched/sch_api.c struct net_device *dev;
net_device 1013 net/sched/sch_api.c struct net_device *dev;
net_device 1273 net/sched/sch_api.c struct net_device *dev;
net_device 1326 net/sched/sch_api.c struct net_device *dev;
net_device 1570 net/sched/sch_api.c struct net_device *dev;
net_device 59 net/sched/sch_generic.c struct net_device *dev = qdisc_dev(q);
net_device 128 net/sched/sch_generic.c struct net_device *dev;
net_device 201 net/sched/sch_generic.c struct net_device *dev = (struct net_device *)arg;
net_device 58 net/sched/sch_teql.c struct net_device *dev;
net_device 81 net/sched/sch_teql.c struct net_device *dev = qdisc_dev(sch);
net_device 116 net/sched/sch_teql.c struct net_device *m = qdisc_dev(dat_queue->qdisc);
net_device 181 net/sched/sch_teql.c struct net_device *dev = qdisc_dev(sch);
net_device 294 net/sched/sch_teql.c struct net_device *slave = qdisc_dev(q);
net_device 366 net/sched/sch_teql.c struct net_device *slave = qdisc_dev(q);
net_device 465 net/sched/sch_teql.c struct net_device *dev;
net_device 874 net/sctp/ipv6.c struct net_device *dev;
net_device 910 net/sctp/ipv6.c struct net_device *dev;
net_device 202 net/sctp/protocol.c struct net_device *dev;
net_device 57 net/tipc/eth_media.c struct net_device *dev;
net_device 73 net/tipc/eth_media.c struct net_device *dev;
net_device 130 net/tipc/eth_media.c struct net_device *dev = NULL;
net_device 131 net/tipc/eth_media.c struct net_device *pdev = NULL;
net_device 197 net/tipc/eth_media.c struct net_device *dev = (struct net_device *)dv;
net_device 501 net/wanrouter/wanmain.c struct net_device *dev;
net_device 568 net/wanrouter/wanmain.c struct net_device *dev = NULL;
net_device 592 net/wanrouter/wanmain.c dev = kzalloc(sizeof(struct net_device), GFP_KERNEL);
net_device 616 net/wanrouter/wanmain.c struct net_device *slave = NULL;
net_device 625 net/wanrouter/wanmain.c *((struct net_device **)slave->priv);
net_device 626 net/wanrouter/wanmain.c slave = *((struct net_device **)slave->priv));
net_device 628 net/wanrouter/wanmain.c *((struct net_device **)slave->priv) = dev;
net_device 730 net/wanrouter/wanmain.c struct net_device *dev = NULL, *prev = NULL;
net_device 737 net/wanrouter/wanmain.c struct net_device **slave = dev->priv;
net_device 754 net/wanrouter/wanmain.c struct net_device **prev_slave = prev->priv;
net_device 755 net/wanrouter/wanmain.c struct net_device **slave = dev->priv;
net_device 759 net/wanrouter/wanmain.c struct net_device **slave = dev->priv;
net_device 61 net/wireless/core.c struct net_device *dev;
net_device 120 net/wireless/core.c struct net_device *dev;
net_device 376 net/wireless/core.c struct net_device *dev = ndev;
net_device 358 net/wireless/nl80211.c struct net_device *netdev;
net_device 420 net/wireless/nl80211.c struct net_device *dev;
net_device 532 net/wireless/nl80211.c struct net_device *dev;
net_device 584 net/wireless/nl80211.c struct net_device *dev;
net_device 660 net/wireless/nl80211.c struct net_device *dev;
net_device 698 net/wireless/nl80211.c struct net_device *dev;
net_device 779 net/wireless/nl80211.c struct net_device *dev;
net_device 813 net/wireless/nl80211.c int (*call)(struct wiphy *wiphy, struct net_device *dev,
net_device 817 net/wireless/nl80211.c struct net_device *dev;
net_device 898 net/wireless/nl80211.c struct net_device *dev;
net_device 998 net/wireless/nl80211.c struct net_device *netdev;
net_device 1072 net/wireless/nl80211.c struct net_device *dev;
net_device 1145 net/wireless/nl80211.c struct net_device *dev;
net_device 1213 net/wireless/nl80211.c struct net_device *dev;
net_device 1276 net/wireless/nl80211.c struct net_device *dev;
net_device 1356 net/wireless/nl80211.c struct net_device *netdev;
net_device 1430 net/wireless/nl80211.c struct net_device *dev;
net_device 1483 net/wireless/nl80211.c struct net_device *dev;
net_device 1518 net/wireless/nl80211.c struct net_device *dev;
net_device 1554 net/wireless/nl80211.c struct net_device *dev;
net_device 1583 net/wireless/nl80211.c struct net_device *dev;
net_device 1023 net/wireless/wext.c struct net_device *dev;
net_device 191 net/x25/af_x25.c struct net_device *dev = ptr;
net_device 1473 net/x25/af_x25.c struct net_device *dev;
net_device 97 net/x25/x25_forward.c struct net_device *peer = NULL;
net_device 342 net/x25/x25_link.c struct net_device *dev;
net_device 142 net/x25/x25_proc.c struct net_device *dev;
net_device 130 net/x25/x25_route.c struct net_device *x25_dev_get(char *devname)
net_device 132 net/x25/x25_route.c struct net_device *dev = dev_get_by_name(&init_net, devname);
net_device 182 net/x25/x25_route.c struct net_device *dev;
net_device 1394 net/xfrm/xfrm_policy.c struct net_device *dev;
net_device 2369 net/xfrm/xfrm_policy.c struct net_device *dev = ptr;
net_device 673 security/selinux/avc.c struct net_device *dev;
net_device 153 security/selinux/netif.c struct net_device *dev;
net_device 283 security/selinux/netif.c struct net_device *dev = ptr;