Searched refs:IFLA_GROUP (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | rtnetlink.c | 1735 nla_put_u32(skb, IFLA_GROUP, dev->group) || in rtnl_fill_ifinfo() 1869 [IFLA_GROUP] = { .type = NLA_U32 }, 2678 if (tb[IFLA_GROUP]) { in do_setlink() 2679 dev_set_group(dev, nla_get_u32(tb[IFLA_GROUP])); in do_setlink() 3098 else if (tb[IFLA_GROUP]) in rtnl_dellink() 3099 err = rtnl_group_dellink(tgt_net, nla_get_u32(tb[IFLA_GROUP])); in rtnl_dellink() 3206 if (tb[IFLA_GROUP]) in rtnl_create_link() 3207 dev_set_group(dev, nla_get_u32(tb[IFLA_GROUP])); in rtnl_create_link() 3383 if (ifm->ifi_index == 0 && tb[IFLA_GROUP]) in __rtnl_newlink() 3385 nla_get_u32(tb[IFLA_GROUP]), in __rtnl_newlink()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | if_link.h | 143 IFLA_GROUP, /* Group the device belongs to */ enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | if_link.h | 143 IFLA_GROUP, /* Group the device belongs to */ enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_link.h | 312 IFLA_GROUP, /* Group the device belongs to */ enumerator
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | if_link.h | 143 IFLA_GROUP, /* Group the device belongs to */ enumerator
|