Searched refs:IFLA_MASTER (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/include/uapi/linux/ |
D | if_link.h | 289 IFLA_MASTER, enumerator 290 #define IFLA_MASTER IFLA_MASTER macro
|
/linux-6.1.9/include/uapi/linux/ |
D | if_link.h | 309 IFLA_MASTER, enumerator 310 #define IFLA_MASTER IFLA_MASTER macro
|
/linux-6.1.9/net/core/ |
D | rtnetlink.c | 1576 ret = nla_put_u32(skb, IFLA_MASTER, upper_dev->ifindex); in put_master_ifindex() 1885 [IFLA_MASTER] = { .type = NLA_U32 }, 2161 case IFLA_MASTER: in rtnl_dump_ifinfo() 2780 if (tb[IFLA_MASTER]) { in do_setlink() 2781 err = do_set_master(dev, nla_get_u32(tb[IFLA_MASTER]), extack); in do_setlink() 3380 if (tb[IFLA_MASTER]) { in rtnl_newlink_create() 3381 err = do_set_master(dev, nla_get_u32(tb[IFLA_MASTER]), extack); in rtnl_newlink_create() 4449 if (tb[IFLA_MASTER]) in valid_fdb_dump_legacy() 4450 *br_idx = nla_get_u32(tb[IFLA_MASTER]); in valid_fdb_dump_legacy() 4759 nla_put_u32(skb, IFLA_MASTER, br_dev->ifindex)) || in ndo_dflt_bridge_getlink()
|
/linux-6.1.9/Documentation/networking/dsa/ |
D | configuration.rst | 439 reacts to the ``IFLA_MASTER`` attribute change of its present master (``eth0``)
|
/linux-6.1.9/net/bridge/ |
D | br_netlink.c | 469 nla_put_u32(skb, IFLA_MASTER, br->dev->ifindex) || in br_fill_ifinfo()
|