Lines Matching refs:net_device
57 void (*setup)(struct net_device *dev);
65 struct net_device *dev,
68 int (*changelink)(struct net_device *dev,
71 void (*dellink)(struct net_device *dev,
74 size_t (*get_size)(const struct net_device *dev);
76 const struct net_device *dev);
78 size_t (*get_xstats_size)(const struct net_device *dev);
80 const struct net_device *dev);
88 int (*slave_changelink)(struct net_device *dev,
89 struct net_device *slave_dev,
92 size_t (*get_slave_size)(const struct net_device *dev,
93 const struct net_device *slave_dev);
95 const struct net_device *dev,
96 const struct net_device *slave_dev);
97 struct net *(*get_link_net)(const struct net_device *dev);
125 const struct net_device *dev,
127 size_t (*get_link_af_size)(const struct net_device *dev,
130 int (*validate_link_af)(const struct net_device *dev,
132 int (*set_link_af)(struct net_device *dev,
142 struct net_device *rtnl_create_link(struct net *net, const char *ifname,
146 int rtnl_delete_link(struct net_device *dev);
147 int rtnl_configure_link(struct net_device *dev, const struct ifinfomsg *ifm);