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