Lines Matching full:net_device

8 struct net_device;
32 void linkwatch_init_dev(struct net_device *dev);
35 void dev_addr_flush(struct net_device *dev);
36 int dev_addr_init(struct net_device *dev);
37 void dev_addr_check(struct net_device *dev);
57 struct net_device *dev;
62 int dev_change_name(struct net_device *dev, const char *newname);
70 int netdev_name_node_alt_create(struct net_device *dev, const char *name);
71 int netdev_name_node_alt_destroy(struct net_device *dev, const char *name);
73 int dev_validate_mtu(struct net_device *dev, int mtu,
75 int dev_set_mtu_ext(struct net_device *dev, int mtu,
78 int dev_get_phys_port_id(struct net_device *dev,
80 int dev_get_phys_port_name(struct net_device *dev,
83 int dev_change_proto_down(struct net_device *dev, bool proto_down);
84 void dev_change_proto_down_reason(struct net_device *dev, unsigned long mask,
87 typedef int (*bpf_op_t)(struct net_device *dev, struct netdev_bpf *bpf);
88 int dev_change_xdp_fd(struct net_device *dev, struct netlink_ext_ack *extack,
91 int dev_change_tx_queue_len(struct net_device *dev, unsigned long new_len);
92 void dev_set_group(struct net_device *dev, int new_group);
93 int dev_change_carrier(struct net_device *dev, bool new_carrier);
95 void __dev_set_rx_mode(struct net_device *dev);
97 void __dev_notify_flags(struct net_device *dev, unsigned int old_flags,
104 static inline void netif_set_gso_max_size(struct net_device *dev, in netif_set_gso_max_size()
113 static inline void netif_set_gso_max_segs(struct net_device *dev, in netif_set_gso_max_segs()
120 static inline void netif_set_gro_max_size(struct net_device *dev, in netif_set_gro_max_size()
129 static inline void netif_set_gso_ipv4_max_size(struct net_device *dev, in netif_set_gso_ipv4_max_size()
136 static inline void netif_set_gro_ipv4_max_size(struct net_device *dev, in netif_set_gro_ipv4_max_size()