Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dif_link.h352 IFLA_PROTO_DOWN_REASON_VALUE, /* u32, reason bit value */ enumerator
/Linux-v5.10/net/core/
Drtnetlink.c1687 if (nla_put_u32(skb, IFLA_PROTO_DOWN_REASON_VALUE, preason)) { in rtnl_fill_proto_down()
2527 static const struct nla_policy ifla_proto_down_reason_policy[IFLA_PROTO_DOWN_REASON_VALUE + 1] = {
2529 [IFLA_PROTO_DOWN_REASON_VALUE] = { .type = NLA_U32 },
2558 if (!pdreason[IFLA_PROTO_DOWN_REASON_VALUE]) { in do_set_proto_down()
2563 value = nla_get_u32(pdreason[IFLA_PROTO_DOWN_REASON_VALUE]); in do_set_proto_down()