Lines Matching refs:net_device
102 struct net_device *(*alloc)(struct nlattr *tb[],
107 void (*setup)(struct net_device *dev);
117 struct net_device *dev,
121 int (*changelink)(struct net_device *dev,
125 void (*dellink)(struct net_device *dev,
128 size_t (*get_size)(const struct net_device *dev);
130 const struct net_device *dev);
132 size_t (*get_xstats_size)(const struct net_device *dev);
134 const struct net_device *dev);
140 int (*slave_changelink)(struct net_device *dev,
141 struct net_device *slave_dev,
145 size_t (*get_slave_size)(const struct net_device *dev,
146 const struct net_device *slave_dev);
148 const struct net_device *dev,
149 const struct net_device *slave_dev);
150 struct net *(*get_link_net)(const struct net_device *dev);
151 size_t (*get_linkxstats_size)(const struct net_device *dev,
154 const struct net_device *dev,
183 const struct net_device *dev,
185 size_t (*get_link_af_size)(const struct net_device *dev,
188 int (*validate_link_af)(const struct net_device *dev,
191 int (*set_link_af)(struct net_device *dev,
195 const struct net_device *dev);
196 size_t (*get_stats_af_size)(const struct net_device *dev);
203 struct net_device *rtnl_create_link(struct net *net, const char *ifname,
208 int rtnl_delete_link(struct net_device *dev, u32 portid, const struct nlmsghdr *nlh);
209 int rtnl_configure_link(struct net_device *dev, const struct ifinfomsg *ifm,