Lines Matching refs:net_device
60 void (*setup)(struct net_device *dev);
68 struct net_device *dev,
71 int (*changelink)(struct net_device *dev,
74 void (*dellink)(struct net_device *dev,
77 size_t (*get_size)(const struct net_device *dev);
79 const struct net_device *dev);
81 size_t (*get_xstats_size)(const struct net_device *dev);
83 const struct net_device *dev);
91 int (*slave_changelink)(struct net_device *dev,
92 struct net_device *slave_dev,
95 size_t (*get_slave_size)(const struct net_device *dev,
96 const struct net_device *slave_dev);
98 const struct net_device *dev,
99 const struct net_device *slave_dev);
100 struct net *(*get_link_net)(const struct net_device *dev);
101 size_t (*get_linkxstats_size)(const struct net_device *dev,
104 const struct net_device *dev,
133 const struct net_device *dev,
135 size_t (*get_link_af_size)(const struct net_device *dev,
138 int (*validate_link_af)(const struct net_device *dev,
140 int (*set_link_af)(struct net_device *dev,
150 struct net_device *rtnl_create_link(struct net *net, const char *ifname,
154 int rtnl_delete_link(struct net_device *dev);
155 int rtnl_configure_link(struct net_device *dev, const struct ifinfomsg *ifm);