Home
last modified time | relevance | path

Searched refs:IFLA_PROTO_DOWN_REASON_VALUE (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/include/uapi/linux/
A Dif_link.h363 IFLA_PROTO_DOWN_REASON_VALUE, /* u32, reason bit value */ enumerator
/linux-6.3-rc2/include/uapi/linux/
A Dif_link.h389 IFLA_PROTO_DOWN_REASON_VALUE, /* u32, reason bit value */ enumerator
/linux-6.3-rc2/net/core/
A Drtnetlink.c1733 if (nla_put_u32(skb, IFLA_PROTO_DOWN_REASON_VALUE, preason)) { in rtnl_fill_proto_down()
2633 static const struct nla_policy ifla_proto_down_reason_policy[IFLA_PROTO_DOWN_REASON_VALUE + 1] = {
2635 [IFLA_PROTO_DOWN_REASON_VALUE] = { .type = NLA_U32 },
2663 if (!pdreason[IFLA_PROTO_DOWN_REASON_VALUE]) { in do_set_proto_down()
2668 value = nla_get_u32(pdreason[IFLA_PROTO_DOWN_REASON_VALUE]); in do_set_proto_down()

Completed in 22 milliseconds