Searched refs:pdreason (Results 1 – 1 of 1) sorted by relevance
3092 struct nlattr *pdreason[IFLA_PROTO_DOWN_REASON_MAX + 1]; in do_set_proto_down() local3104 err = nla_parse_nested_deprecated(pdreason, in do_set_proto_down()3112 if (!pdreason[IFLA_PROTO_DOWN_REASON_VALUE]) { in do_set_proto_down()3117 value = nla_get_u32(pdreason[IFLA_PROTO_DOWN_REASON_VALUE]); in do_set_proto_down()3119 if (pdreason[IFLA_PROTO_DOWN_REASON_MASK]) in do_set_proto_down()3120 mask = nla_get_u32(pdreason[IFLA_PROTO_DOWN_REASON_MASK]); in do_set_proto_down()