Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/core/
A Drtnetlink.c2643 struct nlattr *pdreason[IFLA_PROTO_DOWN_REASON_MAX + 1]; in do_set_proto_down() local
2655 err = nla_parse_nested_deprecated(pdreason, in do_set_proto_down()
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()
2670 if (pdreason[IFLA_PROTO_DOWN_REASON_MASK]) in do_set_proto_down()
2671 mask = nla_get_u32(pdreason[IFLA_PROTO_DOWN_REASON_MASK]); in do_set_proto_down()

Completed in 17 milliseconds