Searched refs:IFLA_MASTER (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | if_link.h | 309 IFLA_MASTER, enumerator 310 #define IFLA_MASTER IFLA_MASTER macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | if_link.h | 309 IFLA_MASTER, enumerator 310 #define IFLA_MASTER IFLA_MASTER macro
|
| /linux-6.15/net/core/ |
| H A D | rtnetlink.c | 1814 ret = nla_put_u32(skb, IFLA_MASTER, in put_master_ifindex() 2194 [IFLA_MASTER] = { .type = NLA_U32 }, 2474 case IFLA_MASTER: in rtnl_dump_ifinfo() 3158 if (tb[IFLA_MASTER]) { in do_setlink() 3159 err = do_set_master(dev, nla_get_u32(tb[IFLA_MASTER]), extack); in do_setlink() 3846 if (tb[IFLA_MASTER]) { in rtnl_newlink_create() 3847 err = do_set_master(dev, nla_get_u32(tb[IFLA_MASTER]), extack); in rtnl_newlink_create() 4957 if (tb[IFLA_MASTER]) in valid_fdb_dump_legacy() 4958 *br_idx = nla_get_u32(tb[IFLA_MASTER]); in valid_fdb_dump_legacy() 5246 nla_put_u32(skb, IFLA_MASTER, br_dev->ifindex)) || in ndo_dflt_bridge_getlink()
|
| /linux-6.15/Documentation/networking/dsa/ |
| H A D | configuration.rst | 439 reacts to the ``IFLA_MASTER`` attribute change of its present conduit (``eth0``)
|
| /linux-6.15/net/bridge/ |
| H A D | br_netlink.c | 486 nla_put_u32(skb, IFLA_MASTER, br->dev->ifindex) || in br_fill_ifinfo()
|