Searched refs:IFLA_PROTO_DOWN (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 156 IFLA_PROTO_DOWN, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 325 IFLA_PROTO_DOWN, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 346 IFLA_PROTO_DOWN, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 133 IFLA_PROTO_DOWN, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 326 IFLA_PROTO_DOWN, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 133 IFLA_PROTO_DOWN, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 126 IFLA_PROTO_DOWN, enumerator
|
/kernel/linux/linux-5.10/net/core/ |
H A D | rtnetlink.c | 1682 if (nla_put_u8(skb, IFLA_PROTO_DOWN, dev->proto_down)) in rtnl_fill_proto_down() 1872 [IFLA_PROTO_DOWN] = { .type = NLA_U8 }, 2899 if (tb[IFLA_PROTO_DOWN] || tb[IFLA_PROTO_DOWN_REASON]) { in do_setlink() 2900 err = do_set_proto_down(dev, tb[IFLA_PROTO_DOWN], in do_setlink()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 1730 if (nla_put_u8(skb, IFLA_PROTO_DOWN, dev->proto_down)) in rtnl_fill_proto_down() 1963 [IFLA_PROTO_DOWN] = { .type = NLA_U8 }, 3055 if (tb[IFLA_PROTO_DOWN] || tb[IFLA_PROTO_DOWN_REASON]) { in do_setlink() 3056 err = do_set_proto_down(dev, tb[IFLA_PROTO_DOWN], in do_setlink()
|
Completed in 35 milliseconds