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