Home
last modified time | relevance | path

Searched refs:IFLA_PROTO_DOWN (Results 1 – 5 of 5) sorted by relevance

/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 Dif_link.h156 IFLA_PROTO_DOWN, 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 Dif_link.h156 IFLA_PROTO_DOWN, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_link.h325 IFLA_PROTO_DOWN, enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dif_link.h156 IFLA_PROTO_DOWN, enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c1676 if (nla_put_u8(skb, IFLA_PROTO_DOWN, dev->proto_down)) in rtnl_fill_proto_down()
1866 [IFLA_PROTO_DOWN] = { .type = NLA_U8 },
2879 if (tb[IFLA_PROTO_DOWN] || tb[IFLA_PROTO_DOWN_REASON]) { in do_setlink()
2880 err = do_set_proto_down(dev, tb[IFLA_PROTO_DOWN], in do_setlink()