Searched refs:rtnl_link_ops (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Drtnetlink.h26 * struct rtnl_link_ops - rtnetlink link operations
45 struct rtnl_link_ops { struct
80 extern int __rtnl_link_register(struct rtnl_link_ops *ops);
81 extern void __rtnl_link_unregister(struct rtnl_link_ops *ops);
82 extern void rtnl_kill_links(struct net *net, struct rtnl_link_ops *ops);
84 extern int rtnl_link_register(struct rtnl_link_ops *ops);
85 extern void rtnl_link_unregister(struct rtnl_link_ops *ops);
89 char *ifname, const struct rtnl_link_ops *ops, struct nlattr *tb[]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddummy.c100 static struct rtnl_link_ops dummy_link_ops __read_mostly = {
123 dev_dummy->rtnl_link_ops = &dummy_link_ops;
H A Difb.c230 static struct rtnl_link_ops ifb_link_ops __read_mostly = {
256 dev_ifb->rtnl_link_ops = &ifb_link_ops;
H A Dmacvlan.c644 if (lowerdev->rtnl_link_ops == dev->rtnl_link_ops) {
742 int macvlan_link_register(struct rtnl_link_ops *ops)
758 static struct rtnl_link_ops macvlan_link_ops = {
792 vlan->dev->rtnl_link_ops->dellink(vlan->dev, NULL);
H A Dveth.c326 static struct rtnl_link_ops veth_link_ops;
458 static struct rtnl_link_ops veth_link_ops = {
H A Dmacvtap.c251 static struct rtnl_link_ops macvtap_link_ops __read_mostly = {
285 if (dev->rtnl_link_ops != &macvtap_link_ops)
H A Dtun.c884 static struct rtnl_link_ops tun_link_ops __read_mostly = {
1062 dev->rtnl_link_ops = &tun_link_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_macvlan.h89 extern int macvlan_link_register(struct rtnl_link_ops *ops);
H A Dnetdevice.h1048 const struct rtnl_link_ops *rtnl_link_ops; member in struct:net_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Drtnetlink.c254 * __rtnl_link_register - Register rtnl_link_ops with rtnetlink.
255 * @ops: struct rtnl_link_ops * to register
263 int __rtnl_link_register(struct rtnl_link_ops *ops)
274 * rtnl_link_register - Register rtnl_link_ops with rtnetlink.
275 * @ops: struct rtnl_link_ops * to register
279 int rtnl_link_register(struct rtnl_link_ops *ops)
290 static void __rtnl_kill_links(struct net *net, struct rtnl_link_ops *ops)
296 if (dev->rtnl_link_ops == ops)
302 void rtnl_kill_links(struct net *net, struct rtnl_link_ops *ops)
311 * __rtnl_link_unregister - Unregister rtnl_link_ops fro
[all...]
H A Ddev.c5027 if (!dev->rtnl_link_ops ||
5273 if (!dev->rtnl_link_ops ||
6151 if (dev->rtnl_link_ops)
6180 if (dev->rtnl_link_ops)
6181 dev->rtnl_link_ops->dellink(dev, &dev_kill_list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A Dvcan.c159 static struct rtnl_link_ops vcan_link_ops __read_mostly = {
H A Ddev.c713 static struct rtnl_link_ops can_link_ops __read_mostly = {
731 dev->rtnl_link_ops = &can_link_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/8021q/
H A Dvlan.h136 extern struct rtnl_link_ops vlan_link_ops;
H A Dvlan_netlink.c235 struct rtnl_link_ops vlan_link_ops __read_mostly = {
H A Dvlan.c345 new_dev->rtnl_link_ops = &vlan_link_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_gre.c120 static struct rtnl_link_ops ipgre_link_ops __read_mostly;
393 dev->rtnl_link_ops = &ipgre_link_ops;
1318 ign->fb_tunnel_dev->rtnl_link_ops = &ipgre_link_ops;
1626 static struct rtnl_link_ops ipgre_link_ops __read_mostly = {
1639 static struct rtnl_link_ops ipgre_tap_ops __read_mostly = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dchnl_net.c480 static struct rtnl_link_ops ipcaif_link_ops __read_mostly = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_main.c5120 static struct rtnl_link_ops bond_link_ops __read_mostly = {
5148 bond_dev->rtnl_link_ops = &bond_link_ops;

Completed in 192 milliseconds